]> git.saurik.com Git - bison.git/blobdiff - data/glr.c
* data/yacc.c (m4_int_type): New.
[bison.git] / data / glr.c
index eb4954482015ef8d58559c7e0701bc61cfc6ed7d..77a35afc713450c23f5e5b0a11dd4649488d2d34 100644 (file)
@@ -207,12 +207,6 @@ static YYLTYPE yyloc_default;
 #  define yyfalse 0
 #endif
 
-#if defined (__STDC__) || defined (__cplusplus)
-   typedef signed char yysigned_char;
-#else
-   typedef short yysigned_char;
-#endif
-
 /*-----------------.
 | GCC extensions.  |
 `-----------------*/