summaryrefslogtreecommitdiffstats
path: root/glcpp-parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'glcpp-parse.y')
-rw-r--r--glcpp-parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/glcpp-parse.y b/glcpp-parse.y
index c89d7bf159c..01ca08ec740 100644
--- a/glcpp-parse.y
+++ b/glcpp-parse.y
@@ -426,6 +426,7 @@ operator:
| OR { $$ = OR; }
| ';' { $$ = ';'; }
| ',' { $$ = ','; }
+| '=' { $$ = '='; }
| PASTE { $$ = PASTE; }
| DEFINED { $$ = DEFINED; }
;