libtcc: no need to undef

This commit is contained in:
Kyryl Melekhin 2020-11-01 15:51:50 +00:00
parent 985d963745
commit 2b7aa2a1e1
1 changed files with 0 additions and 4 deletions

View File

@ -221,10 +221,6 @@ PUB_FUNC char *tcc_fileextension (const char *name)
/********************************************************/
/* memory management */
#undef free
#undef malloc
#undef realloc
#ifndef MEM_DEBUG
PUB_FUNC void tcc_free(void *ptr)