mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-23 03:54:12 +02:00
remove goops-local %tag-body
* libguile/goops.c (scm_sys_tag_body): Remove goops-local hack that is no longer necessary.
This commit is contained in:
parent
092d7704be
commit
4d34fbe181
1 changed files with 0 additions and 9 deletions
|
@ -1166,15 +1166,6 @@ SCM_DEFINE (scm_accessor_method_slot_definition, "accessor-method-slot-definitio
|
|||
}
|
||||
#undef FUNC_NAME
|
||||
|
||||
SCM_DEFINE (scm_sys_tag_body, "%tag-body", 1, 0, 0,
|
||||
(SCM body),
|
||||
"Internal GOOPS magic---don't use this function!")
|
||||
#define FUNC_NAME s_scm_sys_tag_body
|
||||
{
|
||||
return scm_cons (SCM_IM_LAMBDA, body);
|
||||
}
|
||||
#undef FUNC_NAME
|
||||
|
||||
/******************************************************************************
|
||||
*
|
||||
* S l o t a c c e s s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue