1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +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-12 01:12:02 +00:00
parent 3ca833fd1e
commit cc76e25dc2

View file

@ -597,7 +597,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;
@ -1559,7 +1559,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)