diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-01-05 09:40:49 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-01-05 09:40:49 +0000 |
commit | 7688430d0584f4489b81a723dc78169546496352 (patch) | |
tree | 18ebea215403bc08944180610e533a1d7a299e32 /libguile/struct.h | |
parent | 98fae09612357fbf7efe3463d5cef35f6821b112 (diff) | |
download | guile-7688430d0584f4489b81a723dc78169546496352.tar.gz |
Correction of mistake (should have committed onto a branch...)
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))) |