* cpphash.c (macro_info): Don't use the `signed' keyword.
From-SVN: r35023
This commit is contained in:
parent
ee97d3542d
commit
af0d1578e4
@ -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>
|
||||
|
@ -45,7 +45,7 @@ struct hashdummy
|
||||
struct macro_info
|
||||
{
|
||||
unsigned int paramlen;
|
||||
signed short paramc;
|
||||
short paramc;
|
||||
unsigned char flags;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user