diff options
| author | Graydon Hoare <[email protected]> | 2010-08-18 15:41:13 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-08-18 15:41:24 -0700 |
| commit | 4727532e958dbb961f4ddafa90e8466f12f54cca (patch) | |
| tree | 9a695b6e96761c6fd5e4db7c9e855e58767dddb4 /src/comp/rustc.rc | |
| parent | Add stdio_reader to io, just use FILE* values for now. We have things to do. (diff) | |
| download | rust-4727532e958dbb961f4ddafa90e8466f12f54cca.tar.xz rust-4727532e958dbb961f4ddafa90e8466f12f54cca.zip | |
Simplify lexer/parser structure to use stdio_reader.
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index 6d845c71..4e186b17 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -18,7 +18,8 @@ mod util { mod common; } -auth driver = unsafe; +auth driver.rustc.main = state; +auth driver.rustc.write_module = unsafe; mod lib { alt (target_os) { |