summaryrefslogtreecommitdiff
path: root/nmglobal.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-12 23:25:26 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-12 23:25:26 +0000
commit37438ca202a9a1f4e782f1d1803686fc6b65e918 (patch)
tree7cf856979306a32f7817b528b306539cf914e93b /nmglobal.h
parent7a57eeccd8ded740d88aba3ea9dcb09050983dd0 (diff)
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
Diffstat (limited to 'nmglobal.h')
-rw-r--r--nmglobal.h2
1 files changed, 2 insertions, 0 deletions
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 <stdint.h>
+#define TRUE 1
+#define FALSE 0
/* +++ MEMORY +++ */