MESCC 3->BOOTSTRAP?

This commit is contained in:
Jan Nieuwenhuizen 2017-11-16 08:03:18 +01:00
parent c12d36a831
commit 62a7f8ffb7
1 changed files with 1 additions and 1 deletions

2
tcc.h
View File

@ -1155,7 +1155,7 @@ PUB_FUNC void *tcc_realloc_debug(void *ptr, unsigned long size, const char *file
PUB_FUNC char *tcc_strdup_debug(const char *str, const char *file, int line);
#endif
#if !__MESC__
#if !BOOTSTRAP
#define free(p) use_tcc_free(p)
#define malloc(s) use_tcc_malloc(s)
#define realloc(p, s) use_tcc_realloc(p, s)