* cpphash.c (macro_info): Don't use the `signed' keyword.

From-SVN: r35023
This commit is contained in:
Kaveh R. Ghazi 2000-07-13 20:09:55 +00:00 committed by Kaveh Ghazi
parent ee97d3542d
commit af0d1578e4
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2000-07-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* cpphash.c (macro_info): Don't use the `signed' keyword.
* system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
2000-07-13 Jakub Jelinek <jakub@redhat.com>

View File

@ -45,7 +45,7 @@ struct hashdummy
struct macro_info
{
unsigned int paramlen;
signed short paramc;
short paramc;
unsigned char flags;
};