fastcall keywords

tcc-xref
bellard 2005-09-04 09:18:02 +00:00
parent 62c5a5466a
commit 8ba48f84fe
1 changed files with 3 additions and 0 deletions

View File

@ -101,6 +101,9 @@
DEF(TOK_STDCALL1, "stdcall")
DEF(TOK_STDCALL2, "__stdcall")
DEF(TOK_STDCALL3, "__stdcall__")
DEF(TOK_FASTCALL1, "fastcall")
DEF(TOK_FASTCALL2, "__fastcall")
DEF(TOK_FASTCALL3, "__fastcall__")
DEF(TOK_DLLEXPORT, "dllexport")
DEF(TOK_NORETURN1, "noreturn")
DEF(TOK_NORETURN2, "__noreturn__")