From 682804e40ceb3c611923e2fac3c1d04626faab00 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 13 Nov 2008 23:01:10 +0000 Subject: -- Remove more Win31/DOS/Mac cruft git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@21 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- nmglobal.h | 16 ---------------- 1 file changed, 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 */ -- cgit v1.2.3