From 37438ca202a9a1f4e782f1d1803686fc6b65e918 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 12 Nov 2008 23:25:26 +0000 Subject: Move static function prototypes from nbench1.h to appropriate files git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@14 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- nmglobal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nmglobal.h') diff --git a/nmglobal.h b/nmglobal.h index cb7a6e3..f99b376 100644 --- a/nmglobal.h +++ b/nmglobal.h @@ -29,6 +29,8 @@ ** SYSTEM DEFINES */ #include +#define TRUE 1 +#define FALSE 0 /* +++ MEMORY +++ */ -- cgit v1.2.3