mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +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
3ca833fd1e
commit
cc76e25dc2
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue