mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
538 B

  1. diff -urN bison-1.875-old/data/yacc.c bison-1.875-new/data/yacc.c
  2. --- bison-1.875-old/data/yacc.c 2002-12-28 09:36:02.000000000 +0100
  3. +++ bison-1.875-new/data/yacc.c 2003-07-16 15:26:30.000000000 +0200
  4. @@ -1114,8 +1114,10 @@
  5. /* Suppress GCC warning that yyerrlab1 is unused when no action
  6. invokes YYERROR. */
  7. #if defined (__GNUC_MINOR__) && 2093 <= (__GNUC__ * 1000 + __GNUC_MINOR__)
  8. +#if ! defined(__cplusplus)
  9. __attribute__ ((__unused__))
  10. #endif
  11. +#endif
  12. ]b4_location_if([ yylerrsp = yylsp;
  13. *++yylerrsp = yyloc;])[