diff --git a/libguile/goops.c b/libguile/goops.c index 07d3e1828..04db9131f 100644 --- a/libguile/goops.c +++ b/libguile/goops.c @@ -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)