mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
(scm_si_redefined, scm_si_hashsets): Renumbered.
This commit is contained in:
parent
6902384eb9
commit
e93854046b
1 changed files with 2 additions and 2 deletions
|
@ -173,8 +173,8 @@ struct scm_metaclass_operator {
|
|||
#define SCM_CLASSF_PURE_GENERIC (0x010 << 20)
|
||||
#define SCM_CLASSF_GOOPS_VALID (0x080 << 20)
|
||||
#define SCM_CLASSF_GOOPS (0x100 << 20)
|
||||
#define scm_si_redefined 6
|
||||
#define scm_si_hashsets 7
|
||||
#define scm_si_redefined 5
|
||||
#define scm_si_hashsets 6
|
||||
#define SCM_CLASS_OF(x) SCM_STRUCT_VTABLE (x)
|
||||
#define SCM_OBJ_CLASS_REDEF(x) (SCM_PACK (SCM_STRUCT_VTABLE_DATA (x) [scm_si_redefined]))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue