summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--glcpp-lex.l2
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];
}