diff options
Diffstat (limited to 'libguile/struct.h')
-rw-r--r-- | libguile/struct.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/struct.h b/libguile/struct.h index 3e3708b5f..ea2221880 100644 --- a/libguile/struct.h +++ b/libguile/struct.h @@ -65,8 +65,6 @@ #define scm_vtable_offset_user 4 /* Where do user fields start? */ #define SCM_STRUCTF_ENTITY (1L << 30) /* Indicates presence of proc slots */ -#define SCM_STRUCTF_LIGHT (1L << 31) /* Light representation - (no hidden words) */ #define SCM_STRUCTP(X) (SCM_TYP3(X) == scm_tc3_cons_gloc) #define SCM_STRUCT_DATA(X) ((SCM*)(SCM_CDR(X))) |