0.6.3 snapshot

This commit is contained in:
mainzelm 2003-01-13 17:28:26 +00:00
parent 32953f94c0
commit 19afd32221
3 changed files with 7820 additions and 7509 deletions

View File

@ -282,9 +282,6 @@ extern void s48_check_record_type(s48_value record, s48_value type_binding);
#define S48_EOF (S48_MISC_IMMEDIATE(5))
#define S48_NULL (S48_MISC_IMMEDIATE(6))
#define S48_ENTER_BOOLEAN(n) ((n) ? S48_TRUE : S48_FALSE)
#define S48_EXTRACT_BOOLEAN(x) ((x) != S48_FALSE)
#define S48_UNSAFE_ENTER_CHAR(c) (S48_CHAR | ((c) << 8))
#define S48_UNSAFE_EXTRACT_CHAR(x) ((x) >> 8)
#define S48_CHAR_P(x) ((((long) (x)) & 0xff) == S48_CHAR)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff