Modified WAT_GC in HAVE_LIBGC
This commit is contained in:
parent
d1d4832b65
commit
27d63941cd
|
|
@ -6,7 +6,7 @@
|
|||
#ifndef ALLOC_H_INCLUDED
|
||||
#define ALLOC_H_INCLUDED
|
||||
|
||||
#ifndef WANT_GC
|
||||
#ifndef HAVE_LIBGC
|
||||
void * tmalloc(size_t num);
|
||||
void * trealloc(void *ptr, size_t num);
|
||||
void txfree(void *ptr);
|
||||
|
|
|
|||
Loading…
Reference in New Issue