- Fixed: lempar.c needs to specify the __cdecl calling convention for malloc
and free under VC++. SVN r820 (trunk)
This commit is contained in:
parent
087e34bbb3
commit
a9ffb9140c
5 changed files with 315 additions and 3085 deletions
|
|
@ -436,7 +436,7 @@ void ParseXlat(const char *lumpname)
|
|||
XlatToken tok;
|
||||
tok.val=0;
|
||||
XlatParse(pParser, 0, tok, &context);
|
||||
XlatParseFree(pParser, free );
|
||||
XlatParseFree(pParser, free);
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue