mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
Merge remote-tracking branch 'origin/stable-2.0'
Conflicts: libguile/ports.c libguile/ports.h libguile/read.c libguile/vm-i-system.c
This commit is contained in:
commit
a3ded46520
12 changed files with 225 additions and 116 deletions
|
@ -310,6 +310,7 @@ VM_DEFINE_INSTRUCTION (25, variable_ref, "variable-ref", 0, 1, 1)
|
|||
{
|
||||
SCM var_name;
|
||||
|
||||
SYNC_ALL ();
|
||||
/* Attempt to provide the variable name in the error message. */
|
||||
var_name = scm_module_reverse_lookup (scm_current_module (), x);
|
||||
vm_error_unbound (program, scm_is_true (var_name) ? var_name : x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue