__w64 keyword added in MS mode
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 6 Mar 2008 14:41:49 +0000 (14:41 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 6 Mar 2008 14:41:49 +0000 (14:41 +0000)
[r18915]

tokens.inc

index 7074783..19d2edb 100644 (file)
@@ -145,6 +145,8 @@ T(_MS,      __int32,          "__int32",                 = T_int32)
 T(_MS,      int64,            "_int64",)
 T(_MS,      __int64,          "__int64",                 = T_int64)
 
+T(_MS,      w64,              "__w64",)
+
 #define T_LAST_TOKEN  (T___int64+1)
 
 #undef _T