From 0b1a7c1e2fa96187921cc618971ac8dcf3c2ef00 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 4 Apr 2022 07:17:36 -0700 Subject: Rename sym to box_sym. --- cppawk-include/cons-priv.h | 2 +- cppawk-include/cons.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cppawk-include') diff --git a/cppawk-include/cons-priv.h b/cppawk-include/cons-priv.h index 98c1f35..d9a8e28 100644 --- a/cppawk-include/cons-priv.h +++ b/cppawk-include/cons-priv.h @@ -184,7 +184,7 @@ function __unbox(__obj, } } -function __sym(__name) +function __box_sym(__name) { return "S" __name } diff --git a/cppawk-include/cons.h b/cppawk-include/cons.h index 696856d..1879e18 100644 --- a/cppawk-include/cons.h +++ b/cppawk-include/cons.h @@ -55,7 +55,7 @@ #define numberp __numberp #define box __box #define unbox __unbox -#define sym __sym +#define box_sym __box_sym #define cons __cons #define car __car #define cdr __cdr -- cgit v1.2.3