parse.c:
commitc873994b241acb1e6532288b5dee1db6c5eb56ab
authorwelinder@troll.com <welinder@troll.com>
Thu, 12 Aug 2004 21:34:42 +0000 (12 14:34 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:42 +0000 (7 21:02 -0700)
tree8a61fe7a4ddba4cc79e4811cfdbbf7492d3837e5
parent75ad263012f6984a1993f8bf2fed21559934cb00
parse.c:
  Don't clear MOD_EXPLICITLY_SIGNED in indirect.\
symbol.c:
  Add modifier MOD_EXPLICITLY_SIGNED to all versions of "signed".
  check for integer bitfields that are just "int foo : 42".
symbol.h:
  Define MOD_EXPLICITLY_SIGNED.
  This will be used to distinguish "int" and "signed int".
show-parse.c:
  Show MOD_EXPLICITLY_SIGNED as "[explicitly-signed]".
parse.c
show-parse.c
symbol.c
symbol.h