diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-09-01 22:08:59 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-09-01 23:25:33 -0700 |
| commit | 9c173f17c0fb10a3923da890c1204e0a71d3c9c7 (patch) | |
| tree | be9eb6a7f717bd898bd5006dfebb1f0e92583b9b /src/rt/rust.cpp | |
| parent | 1d3eb4911a227500c51858cdb830fe27cb5b9ca7 (diff) | |
| download | rust-9c173f17c0fb10a3923da890c1204e0a71d3c9c7.tar.gz rust-9c173f17c0fb10a3923da890c1204e0a71d3c9c7.zip | |
Remove lots of estr code from rustc. Issue #855
Diffstat (limited to 'src/rt/rust.cpp')
| -rw-r--r-- | src/rt/rust.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rt/rust.cpp b/src/rt/rust.cpp index c3b6526a4a3..c20f93102c0 100644 --- a/src/rt/rust.cpp +++ b/src/rt/rust.cpp @@ -97,8 +97,7 @@ command_line_args : public kernel_owned<command_line_args> }; -// FIXME: Transitional. Please remove. -bool main_takes_istr = false; +bool main_takes_istr = true; extern "C" CDECL void set_main_takes_istr(uintptr_t flag) { |
