1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

* goops.c (prep_hashsets): make static to match prototype.

(scm_sym_args): SCM_SYMBOL -> SCM_GLOBAL_SYMBOL.  Thanks to Albert
Chin.
This commit is contained in:
Rob Browning 2003-04-13 17:46:54 +00:00
parent 9534300a30
commit 63c1872f88

View file

@ -618,7 +618,7 @@ SCM_DEFINE (scm_sys_inherit_magic_x, "%inherit-magic!", 2, 0, 0,
}
#undef FUNC_NAME
void
static void
prep_hashsets (SCM class)
{
unsigned int i;
@ -1609,7 +1609,7 @@ SCM_SYMBOL (sym_no_method, "no-method");
static SCM list_of_no_method;
SCM_SYMBOL (scm_sym_args, "args");
SCM_GLOBAL_SYMBOL (scm_sym_args, "args");
SCM
scm_make_method_cache (SCM gf)