diff options
Diffstat (limited to 'src/rt/rust_shape.h')
| -rw-r--r-- | src/rt/rust_shape.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rt/rust_shape.h b/src/rt/rust_shape.h index 848e304df30..3cbb4033516 100644 --- a/src/rt/rust_shape.h +++ b/src/rt/rust_shape.h @@ -26,8 +26,8 @@ namespace shape { -typedef unsigned long tag_variant_t; -typedef unsigned long tag_align_t; +typedef unsigned tag_variant_t; +typedef unsigned tag_align_t; typedef unsigned long ref_cnt_t; // Constants |
