|
|
@@ -24,6 +24,10 @@ static struct resword {
|
|
|
{ "__volatile__", VOLATILE_KEYW },
|
|
|
{ "__builtin_va_list", VA_LIST_KEYW },
|
|
|
|
|
|
+ { "__int128", BUILTIN_INT_KEYW },
|
|
|
+ { "__int128_t", BUILTIN_INT_KEYW },
|
|
|
+ { "__uint128_t", BUILTIN_INT_KEYW },
|
|
|
+
|
|
|
// According to rth, c99 defines "_Bool", __restrict", __restrict__", "restrict". KAO
|
|
|
{ "_Bool", BOOL_KEYW },
|
|
|
{ "_restrict", RESTRICT_KEYW },
|