in the most recent release of the IBM C compiler, and barfs when it is
handed a null pointer. Previously, it did nothing -- but it had not
been my intention to take advantage of this behavior.
/* -*-C-*-
-$Id: config.h,v 9.92 1995/10/05 06:32:26 cph Exp $
+$Id: config.h,v 9.93 1995/10/08 15:28:45 cph Exp $
Copyright (c) 1987-95 Massachusetts Institute of Technology
extern void * OS2_commit_heap (unsigned long);
#define HEAP_MALLOC OS2_commit_heap
+#define HEAP_FREE(address)
#define EXIT_SCHEME_DECLARATIONS extern void OS2_exit_scheme (int)
#define EXIT_SCHEME OS2_exit_scheme