summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shape.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shape.h b/shape.h
index a222a75ad8..4fc46b4525 100644
--- a/shape.h
+++ b/shape.h
@@ -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)