Add test glr-regr1.at to check for incorrect collapsing of states during
[bison.git] / data / c.m4
index b513df56189e9f556333d56a55851795bba6df12..785f9e113462ee971068abc0f0c0470029eda82a 100644 (file)
--- a/data/c.m4
+++ b/data/c.m4
@@ -65,7 +65,7 @@ m4_define([b4_ints_in],
 # MIN to MAX (included).
 m4_define([b4_int_type],
 [m4_if(b4_ints_in($@,      [0],   [255]), [1], [unsigned char],
-       b4_ints_in($@,   [-128],   [127]), [1], [yysigned_char],
+       b4_ints_in($@,   [-128],   [127]), [1], [signed char],
 
        b4_ints_in($@,      [0], [65535]), [1], [unsigned short],
        b4_ints_in($@, [-32768], [32767]), [1], [short],
@@ -74,6 +74,7 @@ m4_define([b4_int_type],
 
                                               [int])])
 
+
 # b4_int_type_for(NAME)
 # ---------------------
 # Return the smallest int type able to handle numbers ranging from