From b418701637ac8d324b89b034b9de65682f464ded Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 10 May 2002 02:11:23 +0000 Subject: [PATCH] missing ; --- tools/qfcc/source/qc-parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qfcc/source/qc-parse.y b/tools/qfcc/source/qc-parse.y index 6254bfd4c..ac88ed59d 100644 --- a/tools/qfcc/source/qc-parse.y +++ b/tools/qfcc/source/qc-parse.y @@ -997,7 +997,7 @@ ivar_decls ; ivar_decl - : type ivars { current_type = $1 } + : type ivars { current_type = $1; } ; ivars