microfixes
[henge/apc.git] / src / parser.y
index 3dd7364..9fe82df 100644 (file)
@@ -27,7 +27,7 @@
   static void     yyerror(char const*);
   /* Stack-based class handler */
   #define CLASS_POP(CS) (*--(CS-csp))
-  #define CLASS_PUSH(CS,CL) (*(CS->csp)++ = CL
+  #define CLASS_PUSH(CS,CL) (*(CS->csp)++ = CL)
   #define yyclass(CS)   (*(CS->csp))
   #define yyclassld(CS) (ir_classld_from_class(yyclass(CS)))
 }