ANSI does not allow a prototype to specify an item smaller than an int if the functio...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 21 May 1998 06:29:55 +0000 (06:29 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 21 May 1998 06:29:55 +0000 (06:29 +0000)
commitfd97443cb69a8ae16ed6417f9a32eea79f488a2f
treeeecd955c52d8444e1edfac860b03f6f150e349da
parentb385c8412e8d4c6e257134e5bb7559ee06cd0c20
ANSI does not allow a prototype to specify an item smaller than an int if the function uses an old-style definition.

ANSI does not allow a prototype to specify an item smaller than an int
if the function uses an old-style definition.  This only worked as a
GNUC extension, so stop doing it.
       * gengenrtl.c (type_from_format, accessor_from_format): Change
       type of parameter `c' from `char' to `int'.

From-SVN: r19922
gcc/ChangeLog
gcc/gengenrtl.c