mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 15:40:19 +02:00
Merge from mvo-vcell-cleanup-1-branch.
This commit is contained in:
parent
7c33806ae6
commit
86d31dfe7d
54 changed files with 1538 additions and 1293 deletions
|
@ -371,7 +371,8 @@ taloop:
|
|||
case scm_tc3_cons_gloc:
|
||||
/* gloc */
|
||||
scm_puts ("#@", port);
|
||||
exp = SCM_GLOC_SYM (exp);
|
||||
exp = scm_module_reverse_lookup (scm_current_module (),
|
||||
SCM_GLOC_VAR (exp));
|
||||
goto taloop;
|
||||
case scm_tc3_cons:
|
||||
switch (SCM_TYP7 (exp))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue