1
Fork 0
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:
Marius Vollmer 2001-07-29 20:43:05 +00:00
parent 6902384eb9
commit e93854046b

View file

@ -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]))