mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-08 22:32:26 +02:00
(scm_make_subr_with_generic): Add missing last argument
in call to scm_c_define_gsubr_with_generic. Thanks to Ariel Rios.
This commit is contained in:
parent
a7a59ea9d0
commit
aac7e26056
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ scm_make_subr_with_generic (const char *name, int type, SCM (*fcn) (), SCM *gf)
|
|||
("`scm_make_subr_with_generic' is deprecated. Use "
|
||||
"`scm_c_define_subr_with_generic' instead.");
|
||||
|
||||
return scm_c_define_subr_with_generic (name, type, fcn);
|
||||
return scm_c_define_subr_with_generic (name, type, fcn, gf);
|
||||
}
|
||||
|
||||
#endif /* !SCM_DEBUG_DEPRECATION */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue