diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2012-01-20 09:32:58 -0800 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2012-01-20 09:34:15 -0800 |
| commit | cac46eac4bbf91c4f7bcf258b4110491742f06a6 (patch) | |
| tree | 5092ce28c75a8db454fbf97f7c498c95d03db770 /src/rt | |
| parent | 1304e4e40fb6fae370b91e24a3b00942fdec06f1 (diff) | |
revert accidental commits
Diffstat (limited to 'src/rt')
| -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 3cbb4033516..848e304df30 100644 --- a/src/rt/rust_shape.h +++ b/src/rt/rust_shape.h @@ -26,8 +26,8 @@ namespace shape { -typedef unsigned tag_variant_t; -typedef unsigned tag_align_t; +typedef unsigned long tag_variant_t; +typedef unsigned long tag_align_t; typedef unsigned long ref_cnt_t; // Constants |
