diff options
author | Marius Vollmer <mvo@zagadka.de> | 2001-07-22 18:30:36 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2001-07-22 18:30:36 +0000 |
commit | 24d1fde84c208f30204d726d26847b379ef4c5ab (patch) | |
tree | 5a30b83e518694cd69a2370b5fb6e4495b10033f | |
parent | cda36c23561b70fb88cd1670227bd51933b38207 (diff) | |
download | guile-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.c | 3 |
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>" }; |