mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-09 15:10:29 +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
|
@ -198,7 +198,7 @@ SCM
|
|||
scm_create_hook (const char* name, int n_args)
|
||||
{
|
||||
SCM hook = make_hook (SCM_MAKINUM (n_args), "scm_create_hook");
|
||||
scm_sysintern (name, hook);
|
||||
scm_c_define (name, hook);
|
||||
scm_protect_object (hook);
|
||||
return hook;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue