summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2001-07-22 18:30:36 +0000
committerMarius Vollmer <mvo@zagadka.de>2001-07-22 18:30:36 +0000
commit24d1fde84c208f30204d726d26847b379ef4c5ab (patch)
tree5a30b83e518694cd69a2370b5fb6e4495b10033f
parentcda36c23561b70fb88cd1670227bd51933b38207 (diff)
downloadguile-24d1fde84c208f30204d726d26847b379ef4c5ab.tar.gz
* tags.h (SCM_UNBOUND): Make it the 34th isym/iflag, the 33th slot is
taken by the new SCM_IM_CALL_WITH_VALUES. * print.c (scm_isymnames): Update table accordingly.
-rw-r--r--libguile/print.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/print.c b/libguile/print.c
index 82c619586..25d854fad 100644
--- a/libguile/print.c
+++ b/libguile/print.c
@@ -121,7 +121,8 @@ char *scm_isymnames[] =
"#@bind",
"#@delay",
-
+ "#@call-with-values",
+
"#<unbound>"
};