Bison 3 fixes.

--- src/cgrammar.y.orig	Sat Nov  7 19:30:29 2015
+++ src/cgrammar.y	Sat Nov  7 19:32:27 2015
@@ -877,7 +877,7 @@ specClauseListExpr
 ;
 
 optSpecClauseList
- : /* empty */ { DPRINTF ((message("Empty optSpecClauseList") )); $$ = sRefSet_undefined }
+: /* empty */ { DPRINTF ((message("Empty optSpecClauseList") )); $$ = sRefSet_undefined; }
  | specClauseList
  ;
 
@@ -963,10 +963,10 @@ sizeofExpr
    sizeofExprAux { context_sizeofReleaseVars (); $$ = $3; }
 ;
 
-processSizeof: {context_enterSizeof()};
+processSizeof: {context_enterSizeof();};
 
 
-endprocessSizeof: {context_leaveSizeof()};
+endprocessSizeof: {context_leaveSizeof();};
 
 
 sizeofExprAux 
