auto merge of #10000 : cmr/rust/snapshot, r=alexcrichton

This commit is contained in:
bors 2013-10-21 13:11:37 -07:00
commit ece5028a8b
3 changed files with 8 additions and 28 deletions

View file

@ -330,9 +330,6 @@ extern "rust-intrinsic" {
pub fn visit_tydesc(td: *TyDesc, tv: &mut TyVisitor);
#[cfg(not(stage0))]
pub fn frame_address(f: &fn(*u8));
/// Get the address of the `__morestack` stack growth function.
pub fn morestack_addr() -> *();