mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
Changed unbound slot message
This commit is contained in:
parent
8f151b4264
commit
5f6d07ad97
1 changed files with 1 additions and 1 deletions
|
@ -2343,7 +2343,7 @@ dispatch:
|
|||
proc = SCM_STRUCT_DATA (t.arg1)[SCM_INUM (SCM_CADR (x))];
|
||||
if (proc == SCM_UNBOUND)
|
||||
scm_misc_error (NULL,
|
||||
"Reference to unbound slot in %S",
|
||||
"Unbound slot in object %S",
|
||||
SCM_LIST1 (t.arg1));
|
||||
RETURN (proc)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue