libtcc: no need to undef
This commit is contained in:
parent
985d963745
commit
2b7aa2a1e1
1 changed files with 0 additions and 4 deletions
4
libtcc.c
4
libtcc.c
|
@ -221,10 +221,6 @@ PUB_FUNC char *tcc_fileextension (const char *name)
|
||||||
/********************************************************/
|
/********************************************************/
|
||||||
/* memory management */
|
/* memory management */
|
||||||
|
|
||||||
#undef free
|
|
||||||
#undef malloc
|
|
||||||
#undef realloc
|
|
||||||
|
|
||||||
#ifndef MEM_DEBUG
|
#ifndef MEM_DEBUG
|
||||||
|
|
||||||
PUB_FUNC void tcc_free(void *ptr)
|
PUB_FUNC void tcc_free(void *ptr)
|
||||||
|
|
Loading…
Reference in a new issue