diff options
-rw-r--r-- | glcpp-lex.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glcpp-lex.l b/glcpp-lex.l index 84166fb76f..fe95508a32 100644 --- a/glcpp-lex.l +++ b/glcpp-lex.l @@ -102,7 +102,7 @@ TOKEN [^[:space:](),]+ return OR; } -<ST_IF>[-+*/%<>&^|()] { +<ST_IF>[-+*/%<>&^|()~] { return yytext[0]; } |