diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2012-01-20 08:59:07 -0800 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2012-01-20 08:59:07 -0800 |
| commit | b7811e613d035e6bbe8a7f119b9af03e5370fca1 (patch) | |
| tree | c8f2285b0982cd7433a6abb22db43179cb5370dc /src/rt | |
| parent | f6c7cfdc3e261db79bf5e91897af9984cbc5132c (diff) | |
small fixes for building dist on windows
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 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 |
