aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cppawk-include/cons-priv.h2
-rw-r--r--cppawk-include/cons.h2
2 files changed, 2 insertions, 2 deletions
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