diff options
| author | bellard <bellard> | 2003-04-26 21:28:09 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2003-04-26 21:28:09 +0000 |
| commit | 7828683e609c0d2b03193a78a0aaaf9368c8f03b (patch) | |
| tree | 7f60b39374e692fea90b5964cd6a215bfc5e4a6f /tcctok.h | |
| parent | 60efcfe27c3bf3710e08003517edbfa3bfe3587f (diff) | |
| download | tinycc-7828683e609c0d2b03193a78a0aaaf9368c8f03b.tar.gz tinycc-7828683e609c0d2b03193a78a0aaaf9368c8f03b.tar.bz2 | |
added __builtin_constant_p() and __builtin_types_compatible_p() support
Diffstat (limited to 'tcctok.h')
| -rw-r--r-- | tcctok.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -100,6 +100,8 @@ DEF(TOK_STDCALL3, "__stdcall__") DEF(TOK_NORETURN1, "noreturn") DEF(TOK_NORETURN2, "__noreturn__") + DEF(TOK_builtin_types_compatible_p, "__builtin_types_compatible_p") + DEF(TOK_builtin_constant_p, "__builtin_constant_p") /* builtin functions or variables */ DEF(TOK_memcpy, "memcpy") |
