From cac46eac4bbf91c4f7bcf258b4110491742f06a6 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Fri, 20 Jan 2012 09:32:58 -0800 Subject: [PATCH] revert accidental commits --- mk/target.mk | 2 +- src/rt/rust_shape.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mk/target.mk b/mk/target.mk index 64d6e30cdd0d..453517987119 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -7,7 +7,7 @@ # If you are making non-backwards compatible changes to the runtime, # set this flag to 1. It will cause stage1 to use the snapshot # runtime rather than the runtime from the working directory. -USE_SNAPSHOT_RUNTIME=1 +USE_SNAPSHOT_RUNTIME=0 define TARGET_STAGE_N diff --git a/src/rt/rust_shape.h b/src/rt/rust_shape.h index 3cbb40335162..848e304df302 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