missing ;

This commit is contained in:
Bill Currie 2002-05-10 02:11:23 +00:00
parent 2cd716176a
commit b418701637

View file

@ -997,7 +997,7 @@ ivar_decls
;
ivar_decl
: type ivars { current_type = $1 }
: type ivars { current_type = $1; }
;
ivars