- parsing of __based implemented (more semantic in assignment might be needed)
[cparser] / lexer.h
diff --git a/lexer.h b/lexer.h
index 8adcdd9..35b2fb3 100644 (file)
--- a/lexer.h
+++ b/lexer.h
@@ -24,6 +24,7 @@
 #include "token_t.h"
 
 extern token_t lexer_token;
+extern bool    allow_dollar_in_symbol;
 
 void lexer_next_token(void);