mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-13 05:10:07 +08:00
libtcc: no need to undef
This commit is contained in:
parent
985d963745
commit
2b7aa2a1e1
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 New Issue
Block a user