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
|
@ -300,10 +300,8 @@ gdb_binding (SCM name, SCM value)
|
|||
}
|
||||
SCM_BEGIN_FOREIGN_BLOCK;
|
||||
{
|
||||
SCM vcell = scm_sym2vcell (name,
|
||||
SCM_TOP_LEVEL_LOOKUP_CLOSURE,
|
||||
SCM_BOOL_T);
|
||||
SCM_SETCDR (vcell, value);
|
||||
SCM var = scm_sym2var (name, SCM_TOP_LEVEL_LOOKUP_CLOSURE, SCM_BOOL_T);
|
||||
SCM_VARIABLE_SET (var, value);
|
||||
}
|
||||
SCM_END_FOREIGN_BLOCK;
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue