diff options
| -rw-r--r-- | shape.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,6 @@ #define SHAPE_IN_BASIC_FLAGS 1 typedef uint32_t attr_index_t; typedef uint32_t shape_id_t; -typedef uint32_t redblack_id_t; # define SHAPE_ID_NUM_BITS 32 #else @@ -18,11 +17,12 @@ typedef uint32_t redblack_id_t; #define SHAPE_IN_BASIC_FLAGS 0 typedef uint16_t attr_index_t; typedef uint16_t shape_id_t; -typedef uint16_t redblack_id_t; # define SHAPE_ID_NUM_BITS 16 #endif +typedef uint32_t redblack_id_t; + #define MAX_IVARS (attr_index_t)(-1) # define SHAPE_MASK (((uintptr_t)1 << SHAPE_ID_NUM_BITS) - 1) |
