summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/t.y2
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 {