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:
parent
cda36c2356
commit
24d1fde84c
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@ char *scm_isymnames[] =
|
|||
"#@bind",
|
||||
|
||||
"#@delay",
|
||||
|
||||
"#@call-with-values",
|
||||
|
||||
"#<unbound>"
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue