diff --git a/tools/qfcc/source/qc-parse.y b/tools/qfcc/source/qc-parse.y index b8bb51c80..efa0d27c8 100644 --- a/tools/qfcc/source/qc-parse.y +++ b/tools/qfcc/source/qc-parse.y @@ -238,8 +238,8 @@ def ; opt_eq - : /* empty */ - | '=' + : /* empty */ { } + | '=' { } ; opt_semi