diff options
Diffstat (limited to 'libguile/_scm.h')
-rw-r--r-- | libguile/_scm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libguile/_scm.h b/libguile/_scm.h index 284213032..48fb2ccb6 100644 --- a/libguile/_scm.h +++ b/libguile/_scm.h @@ -219,6 +219,9 @@ /* The objcode magic header. */ #define SCM_OBJCODE_COOKIE \ "GOOF----" SCM_OBJCODE_MACHINE_VERSION_STRING +#define SCM_OBJCODE_ENDIANNESS_OFFSET 8 +#define SCM_OBJCODE_WORD_SIZE_OFFSET 11 + #endif /* SCM__SCM_H */ |