summaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2020-06-21 22:05:23 +0300
committerAdrian Thurston <thurston@colm.net>2020-06-21 22:06:16 +0300
commit4714be8ce5f5f1ffb0bc7481504b60bad7399908 (patch)
treeb2d7195119a5aa56e451ea0c18372584c3765582 /src/parser.h
parente9d02062b2e588ca22efcd68e8bf1586c0b88a31 (diff)
downloadcolm-token-redef.tar.gz
testing a token redeftoken-redef
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser.h b/src/parser.h
index 98956c0a..b55cc7bf 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -92,8 +92,8 @@ struct BaseParser
Reduction *createReduction( const InputLoc loc, const String &name );
- void defineToken( const InputLoc &loc, String name, LexJoin *join,
- ObjectDef *objectDef, CodeBlock *transBlock,
+ void defineToken( const InputLoc &loc, bool isRedef, String name,
+ LexJoin *join, ObjectDef *objectDef, CodeBlock *transBlock,
bool ignore, bool noPreIgnore, bool noPostIgnore );
void zeroDef( const InputLoc &loc, const String &name );