diff options
| author | grischka <grischka> | 2009-11-13 17:14:05 +0100 |
|---|---|---|
| committer | grischka <grischka> | 2009-11-13 18:04:56 +0100 |
| commit | 5b113f3ee3bc0f3e476535f39d9c3b4562242976 (patch) | |
| tree | 765eb5a1a989a31799790667ccc9685136230ae1 /tcctok.h | |
| parent | dd70d19267ac343adae7bf15fe15c08fa604e5e1 (diff) | |
| download | tinycc-5b113f3ee3bc0f3e476535f39d9c3b4562242976.tar.gz tinycc-5b113f3ee3bc0f3e476535f39d9c3b4562242976.tar.bz2 | |
win32: handle __declspec(dllimport)
Diffstat (limited to 'tcctok.h')
| -rw-r--r-- | tcctok.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ DEF(TOK_FASTCALL2, "__fastcall") DEF(TOK_FASTCALL3, "__fastcall__") DEF(TOK_DLLEXPORT, "dllexport") + DEF(TOK_DLLIMPORT, "dllimport") DEF(TOK_NORETURN1, "noreturn") DEF(TOK_NORETURN2, "__noreturn__") DEF(TOK_builtin_types_compatible_p, "__builtin_types_compatible_p") |
