From 1c77097f7ebb99142ac349d98b3e87cb8b96020a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 5 Apr 2022 19:22:52 -0700 Subject: Add box_str function. --- cppawk-include/cons.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cppawk-include/cons.h') diff --git a/cppawk-include/cons.h b/cppawk-include/cons.h index 57e23c6..560784a 100644 --- a/cppawk-include/cons.h +++ b/cppawk-include/cons.h @@ -57,6 +57,7 @@ #define symbolp __symbolp #define box __box #define unbox __unbox +#define box_str __box_str #define box_sym __box_sym #define cons __cons #define car __car -- cgit v1.2.3