]> git.saurik.com Git - bison.git/blobdiff - data/yacc.c
(MUSCLE_TAB_H_): Was misspelled as MUSCLE_TAB_H_.
[bison.git] / data / yacc.c
index cb690bb72888301f88a585d52e628e1f98492ace..cf90c82708236fe930eef7178678f340a82a1c13 100644 (file)
@@ -307,6 +307,12 @@ b4_location_if(
 
 #endif
 
+#if defined (__STDC__) || defined (__cplusplus)
+   typedef signed char yysigned_char;
+#else
+   typedef short yysigned_char;
+#endif
+
 /* YYFINAL -- State number of the termination state. */
 #define YYFINAL  b4_final_state_number
 #define YYLAST   b4_last