Generate a portable vmdef.lua.

This commit is contained in:
Mike Pall
2011-09-20 21:15:05 +02:00
parent 5fedf72ca6
commit c5e75e7893
4 changed files with 111 additions and 105 deletions

View File

@@ -271,7 +271,7 @@ IRFLDEF(FLNAME)
};
const char *const ircall_names[] = {
#define IRCALLNAME(name, nargs, kind, type, flags) #name,
#define IRCALLNAME(cond, name, nargs, kind, type, flags) #name,
IRCALLDEF(IRCALLNAME)
#undef IRCALLNAME
NULL