diff options
Diffstat (limited to 'include/lcq')
| -rw-r--r-- | include/lcq/pit/runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lcq/pit/runtime.h b/include/lcq/pit/runtime.h index 4132231..f946a71 100644 --- a/include/lcq/pit/runtime.h +++ b/include/lcq/pit/runtime.h @@ -9,7 +9,7 @@ struct pit_runtime; /* nil is always the symbol with index 0 */ #define PIT_NIL 0xfff4000000000000 /* 0b1111111111110100000000000000000000000000000000000000000000000000 */ -#define PIT_T (PIT_NIL+sizeof(pit_symtab_entry)) +#define PIT_T (PIT_NIL+1) enum pit_value_sort { PIT_VALUE_SORT_DOUBLE = 0, /* 0b00 - double */ |
