Skip to content

Commit e7ad597

Browse files
committed
Merge branch 'master' of github.com:graydon/rust
2 parents adc79e2 + 3087140 commit e7ad597

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/rt/rust.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ int check_claims = 0;
7676

7777
extern "C" CDECL int
7878
rust_start(uintptr_t main_fn, int argc, char **argv, void* crate_map) {
79-
fprintf(stderr, "rust_start, argc=%d argv=%p\n", argc, argv);
8079

8180
rust_env *env = load_env();
8281

src/snapshots.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
S 2011-11-17 a92699f
2+
linux-i386 160fb4e75ebedc4b265169b6cbb161a5aab58c6a
3+
macos-i386 ef9f703a15d99d69d1db24c674d2ed9693c4cef6
4+
winnt-i386 207595af91428788e023e311154b1665e1643608
5+
16
S 2011-11-16 045a437
27
linux-i386 41cbc23f21b7978b8a029b1ddabadf67638c412a
38
macos-i386 938a3ec1f3d5e4634617e9b0ac8a451fb939b099

0 commit comments

Comments
 (0)