mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 04:40:29 +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
|
@ -89,7 +89,7 @@ SCM_CONST_LONG (scm_utag_flag_base, "utag_flag_base", 254);
|
|||
SCM_CONST_LONG (scm_utag_struct_base, "utag_struct_base", 255);
|
||||
|
||||
|
||||
GUILE_PROC (scm_tag, "tag", 1, 0, 0,
|
||||
SCM_DEFINE (scm_tag, "tag", 1, 0, 0,
|
||||
(SCM x),
|
||||
"")
|
||||
#define FUNC_NAME s_scm_tag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue