X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/14c0cf3c885451026151d1c6b07ef88eda83c02f..f96e75a64e54e6083c9cbadf951a451595badf17:/data/yacc.c diff --git a/data/yacc.c b/data/yacc.c index a9bed9d1..18d3c5d4 100644 --- a/data/yacc.c +++ b/data/yacc.c @@ -1112,9 +1112,10 @@ yyerrlab: yyerrlab1: /* Suppress GCC warning that yyerrlab1 is unused when no action - invokes YYERROR. */ + invokes YYERROR. MacOS 10.2.3's buggy "smart preprocessor" + insists on the trailing semicolon. */ #if defined (__GNUC_MINOR__) && 2093 <= (__GNUC__ * 1000 + __GNUC_MINOR__) - __attribute__ ((__unused__)) + __attribute__ ((__unused__)); #endif ]b4_location_if([ yylerrsp = yylsp;