Commit af0d1578 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r35023
parent ee97d354
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;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment