summaryrefslogtreecommitdiff
path: root/data/skeletons/lalr1.d
diff options
context:
space:
mode:
Diffstat (limited to 'data/skeletons/lalr1.d')
-rw-r--r--data/skeletons/lalr1.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/skeletons/lalr1.d b/data/skeletons/lalr1.d
index bb5c83fc..07246a77 100644
--- a/data/skeletons/lalr1.d
+++ b/data/skeletons/lalr1.d
@@ -69,7 +69,7 @@ public interface Lexer
* to the next token and prepares to return the semantic value
* ]b4_locations_if([and beginning/ending positions ])[of the token.
* @@return the token identifier corresponding to the next token. */
- YYTokenType yylex ();
+ int yylex ();
/**
* Entry point for error reporting. Emits an error