diff --git a/tools/qfcc/source/qc-parse.y b/tools/qfcc/source/qc-parse.y index 3b9e63b01..6a3cd41fe 100644 --- a/tools/qfcc/source/qc-parse.y +++ b/tools/qfcc/source/qc-parse.y @@ -1044,6 +1044,7 @@ local_def local_expr = 0; (void) ($2); } + ; statement : ';' { $$ = 0; }