mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 15:40:19 +02:00
*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
This commit is contained in:
parent
fb76446506
commit
a1ec69163d
63 changed files with 582 additions and 582 deletions
|
@ -129,7 +129,7 @@ scm_make_gsubr_with_generic (const char *name,
|
|||
}
|
||||
|
||||
|
||||
GUILE_PROC(scm_gsubr_apply, "gsubr-apply", 0, 0, 1,
|
||||
SCM_DEFINE(scm_gsubr_apply, "gsubr-apply", 0, 0, 1,
|
||||
(SCM args),
|
||||
"")
|
||||
#define FUNC_NAME s_scm_gsubr_apply
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue