1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.

This commit is contained in:
Greg J. Badros 2000-01-05 19:05:23 +00:00
parent fb76446506
commit a1ec69163d
63 changed files with 582 additions and 582 deletions

View file

@ -52,7 +52,7 @@
GUILE_PROC(scm_not, "not", 1, 0, 0,
SCM_DEFINE(scm_not, "not", 1, 0, 0,
(SCM x),
"")
#define FUNC_NAME s_scm_not
@ -62,7 +62,7 @@ GUILE_PROC(scm_not, "not", 1, 0, 0,
#undef FUNC_NAME
GUILE_PROC(scm_boolean_p, "boolean?", 1, 0, 0,
SCM_DEFINE(scm_boolean_p, "boolean?", 1, 0, 0,
(SCM obj),
"")
#define FUNC_NAME s_scm_boolean_p