auto merge of #9296 : alexcrichton/rust/snapshots, r=cmr

huzzah!
This commit is contained in:
bors
2013-09-18 11:46:37 -07:00
32 changed files with 32 additions and 1663 deletions

View File

@@ -148,18 +148,6 @@ pub mod win32 {
}
}
#[cfg(stage0)]
mod macro_hack {
#[macro_escape];
macro_rules! externfn(
(fn $name:ident ()) => (
extern {
fn $name();
}
)
)
}
/*
Accessing environment variables is not generally threadsafe.
Serialize access through a global lock.