summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-13 23:01:10 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-13 23:01:10 +0000
commit682804e40ceb3c611923e2fac3c1d04626faab00 (patch)
treedd37712100df1023fc0f3a87047611c502f7e1de
parent8c05353f47d25c1a097d3938333ba212f12b3ea2 (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.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/nmglobal.h b/nmglobal.h
index 57a4a02..83a36d8 100644
--- a/nmglobal.h
+++ b/nmglobal.h
@@ -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
*/