/[bison]/bison/data/c.m4
ViewVC logotype

Diff of /bison/data/c.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by eggert, Sun Oct 13 20:35:06 2002 UTC revision 1.8 by eggert, Mon Oct 14 08:06:33 2002 UTC
# Line 65  m4_define([b4_ints_in], Line 65  m4_define([b4_ints_in],
65  # MIN to MAX (included).  # MIN to MAX (included).
66  m4_define([b4_int_type],  m4_define([b4_int_type],
67  [m4_if(b4_ints_in($@,      [0],   [255]), [1], [unsigned char],  [m4_if(b4_ints_in($@,      [0],   [255]), [1], [unsigned char],
68         b4_ints_in($@,   [-128],   [128]), [1], [signed char],         b4_ints_in($@,   [-128],   [127]), [1], [yysigned_char],
69    
70         b4_ints_in($@,      [0], [65535]), [1], [unsigned short],         b4_ints_in($@,      [0], [65535]), [1], [unsigned short],
71         b4_ints_in($@, [-32768], [32767]), [1], [short],         b4_ints_in($@, [-32768], [32767]), [1], [short],

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26