aboutsummaryrefslogtreecommitdiffstats
path: root/show-parse.c
diff options
context:
space:
mode:
authorwelinder@troll.com <welinder@troll.com>2004-08-12 14:34:42 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:02:42 -0700
commitc873994b241acb1e6532288b5dee1db6c5eb56ab (patch)
tree8a61fe7a4ddba4cc79e4811cfdbbf7492d3837e5 /show-parse.c
parent75ad263012f6984a1993f8bf2fed21559934cb00 (diff)
downloadsparse-c873994b241acb1e6532288b5dee1db6c5eb56ab.tar.gz
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]".
Diffstat (limited to 'show-parse.c')
-rw-r--r--show-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/show-parse.c b/show-parse.c
index ab49d517..c1a7913a 100644
--- a/show-parse.c
+++ b/show-parse.c
@@ -78,7 +78,7 @@ const char *modifier_string(unsigned long mod)
"[typeof]", "[attribute]", "inline", "[addressable]",
"[nocast]", "[noderef]", "[accessed]", "[toplevel]",
"[label]", "[assigned]", "[type]", "[safe]",
- "[usertype]", "[force]",
+ "[usertype]", "[force]", "[explicitly-signed]",
NULL
};
ptr = names;