__signed is a synonym for signed
authorMatthias Braun <matze@braunis.de>
Wed, 19 Mar 2008 12:34:21 +0000 (12:34 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 19 Mar 2008 12:34:21 +0000 (12:34 +0000)
[r18988]

tokens.inc

index d5144e0..fd37a78 100644 (file)
@@ -35,7 +35,6 @@ S(_ALL, long)
 S(_ALL, register)
 S(_ALL, return)
 S(_ALL, short)
-S(_ANSI|_C99, signed)
 S(_ALL, sizeof)
 S(_ALL, static)
 S(_ALL, struct)
@@ -74,6 +73,8 @@ S(_MS, __FUNCSIG__)
 S(_MS, __FUNCDNAME__)
 #undef S
 
+T(_ANSI|_C99,   signed,         "signed",)
+T(_ALL,       __signed,       "__signed",               = T_signed)
 T(_C99|_GNUC, _Complex,       "_Complex",)
 T(_GNUC,      __complex__,    "__complex__",            = T__Complex)
 T(_GNUC,      __complex,      "__complex",              = T__Complex)