summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Rogachev2019-03-01 10:25:05 +0300
committerQuentin Carbonneaux2019-03-25 21:50:59 +0100
commite3827acb73055d2e3b16deaecd83574af7a08399 (patch)
treea724020811a4ed27c618f0f102ec6e5a25ea505a
parent1bf2c09a62f3e17ffdebe66b18b6a87e94a4cb88 (diff)
fix mistyped prototype of lexer function
-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 {