diff options
Diffstat (limited to 'gcc/cpphash.c')
-rw-r--r-- | gcc/cpphash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.c b/gcc/cpphash.c index 749187f..5dbae9a 100644 --- a/gcc/cpphash.c +++ b/gcc/cpphash.c @@ -45,7 +45,7 @@ struct hashdummy struct macro_info { unsigned int paramlen; - signed short paramc; + short paramc; unsigned char flags; }; |