Modified WAT_GC in HAVE_LIBGC

This commit is contained in:
pnenzi 2001-01-23 15:01:58 +00:00
parent d1d4832b65
commit 27d63941cd
1 changed files with 1 additions and 1 deletions

View File

@ -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);