diff options
author | Matt Turner <mattst88@gmail.com> | 2008-11-13 23:01:10 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2008-11-13 23:01:10 +0000 |
commit | 682804e40ceb3c611923e2fac3c1d04626faab00 (patch) | |
tree | dd37712100df1023fc0f3a87047611c502f7e1de | |
parent | 8c05353f47d25c1a097d3938333ba212f12b3ea2 (diff) |
-- Remove more Win31/DOS/Mac cruft
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@21 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
-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 */ |