index
:
miniyacc.git
master
The Smallest POSIX YACC
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
t.y
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'test/t.y')
-rw-r--r--
test/t.y
2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t.y b/test/t.y
index b8a184e..40b7f49 100644
--- a/
test/t.y
+++ b/
test/t.y
@@ -4,7 +4,7 @@
#include <stdlib.h>
#include <string.h>
- int lex(void);
+ int yylex(void);
%}
%union {