mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
reserve a vtable flag for smobs.
* libguile/struct.h (SCM_VTABLE_FLAG_SMOB_0): Reserve a vtable flag for smobs.
This commit is contained in:
parent
72ab4b2e2b
commit
485d13670b
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
#define SCM_VTABLE_FLAG_SETTER (1L << 4) /* instances of this vtable are applicable-with-setters? */
|
||||
#define SCM_VTABLE_FLAG_RESERVED_0 (1L << 5)
|
||||
#define SCM_VTABLE_FLAG_RESERVED_1 (1L << 6)
|
||||
#define SCM_VTABLE_FLAG_RESERVED_2 (1L << 7)
|
||||
#define SCM_VTABLE_FLAG_SMOB_0 (1L << 7)
|
||||
#define SCM_VTABLE_FLAG_GOOPS_0 (1L << 8)
|
||||
#define SCM_VTABLE_FLAG_GOOPS_1 (1L << 9)
|
||||
#define SCM_VTABLE_FLAG_GOOPS_2 (1L << 10)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue