summaryrefslogtreecommitdiff
path: root/misc/pascal/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-18 17:14:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-18 17:14:06 +0000
commit75f50f2730eca4f98620c9cad37ee1a02aed620e (patch)
treea513983f09fde1f49a29d63f76475311a5c8ff4a /misc/pascal/include
parent789701194f4dcd57c9bb82b1ae0aa262ea9fc389 (diff)
downloadnuttx-75f50f2730eca4f98620c9cad37ee1a02aed620e.tar.gz
nuttx-75f50f2730eca4f98620c9cad37ee1a02aed620e.tar.bz2
nuttx-75f50f2730eca4f98620c9cad37ee1a02aed620e.zip
Update to use stdint/stdbool.h
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2386 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/pascal/include')
-rw-r--r--misc/pascal/include/keywords.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/pascal/include/keywords.h b/misc/pascal/include/keywords.h
index aed438af8..6025524d9 100644
--- a/misc/pascal/include/keywords.h
+++ b/misc/pascal/include/keywords.h
@@ -44,11 +44,12 @@
#include "config.h"
/*************************************************************
- * Definitions
+ *Pre-processor Definitions
*************************************************************/
-#define TRUE 1
-#define FALSE 0
+#ifndef NULL
+# define NULL ((void*)0)
+#endif
#ifndef CONFIG_DEBUG
# define CONFIG_DEBUG 0