1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* 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.
This commit is contained in:
Marius Vollmer 2001-07-22 18:30:36 +00:00
parent cda36c2356
commit 24d1fde84c

View file

@ -121,7 +121,8 @@ char *scm_isymnames[] =
"#@bind",
"#@delay",
"#@call-with-values",
"#<unbound>"
};