aboutsummaryrefslogtreecommitdiffstats
path: root/cppawk-include/cons.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppawk-include/cons.h')
-rw-r--r--cppawk-include/cons.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cppawk-include/cons.h b/cppawk-include/cons.h
index 1879e18..57e23c6 100644
--- a/cppawk-include/cons.h
+++ b/cppawk-include/cons.h
@@ -53,6 +53,8 @@
#define false __false
#define true __true
#define numberp __numberp
+#define stringp __stringp
+#define symbolp __symbolp
#define box __box
#define unbox __unbox
#define box_sym __box_sym