summaryrefslogtreecommitdiff
path: root/as/const.h
diff options
context:
space:
mode:
Diffstat (limited to 'as/const.h')
-rw-r--r--as/const.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/as/const.h b/as/const.h
index 78523e5..4aa68a1 100644
--- a/as/const.h
+++ b/as/const.h
@@ -41,7 +41,7 @@
#define FORWARD static
#define PRIVATE static
#define PUBLIC
-#define NULL 0
+#define NUL_PTR ((void*)0)
/* O/S constants */