mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
* Fixed some type-related errors.
This commit is contained in:
parent
62850ef3c1
commit
78a3503e56
4 changed files with 16 additions and 7 deletions
|
@ -167,7 +167,7 @@ make_hook (SCM n_args, const char *subr)
|
|||
if (n < 0 || n > 16)
|
||||
scm_out_of_range (subr, n_args);
|
||||
}
|
||||
SCM_RETURN_NEWSMOB (scm_tc16_hook + (n << 16), SCM_EOL);
|
||||
SCM_RETURN_NEWSMOB (scm_tc16_hook + (n << 16), SCM_UNPACK (SCM_EOL));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue