X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=lexer.h;h=35b2fb39af2b16f1cf20f9a1fda13ea1a2d3081e;hb=146cca7b2578d7e6cb0c9b43a8e439fa1eb9616f;hp=8adcdd9444d57360bf47f3be02d6497787715017;hpb=14e576785476dd318701c177d97fd266f730eee2;p=cparser diff --git a/lexer.h b/lexer.h index 8adcdd9..35b2fb3 100644 --- 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);