mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 14:50:19 +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:
parent
9534300a30
commit
63c1872f88
1 changed files with 2 additions and 2 deletions
|
@ -618,7 +618,7 @@ SCM_DEFINE (scm_sys_inherit_magic_x, "%inherit-magic!", 2, 0, 0,
|
||||||
}
|
}
|
||||||
#undef FUNC_NAME
|
#undef FUNC_NAME
|
||||||
|
|
||||||
void
|
static void
|
||||||
prep_hashsets (SCM class)
|
prep_hashsets (SCM class)
|
||||||
{
|
{
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
|
@ -1609,7 +1609,7 @@ SCM_SYMBOL (sym_no_method, "no-method");
|
||||||
|
|
||||||
static SCM list_of_no_method;
|
static SCM list_of_no_method;
|
||||||
|
|
||||||
SCM_SYMBOL (scm_sym_args, "args");
|
SCM_GLOBAL_SYMBOL (scm_sym_args, "args");
|
||||||
|
|
||||||
SCM
|
SCM
|
||||||
scm_make_method_cache (SCM gf)
|
scm_make_method_cache (SCM gf)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue