diff options
-rw-r--r-- | nmglobal.h | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -32,22 +32,6 @@ #define TRUE 1 #define FALSE 0 -/* +++ MEMORY +++ */ - -/* -** You must define ONLY ONE of the following identifiers -** to specify the mechanism for allocating memory: -** MALLOCMEM -** DOS16MEM -** MACMEM -*/ - -/* -** Define MALLOCMEM to use the standard malloc() call for -** memory. This is the default for most systems. -*/ -#define MALLOCMEM - /* ** ERROR CODES */ |