From 42eed7c0f54afd5c8c688f418a482bc30ec0de89 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 4 Apr 2022 07:18:22 -0700 Subject: New accessors stringp and symbolp. --- cppawk-include/cons.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cppawk-include/cons.h') 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 -- cgit v1.2.3