1
Fork 0

Remove temporary stdlib placeholders, use actual stdlib functions

(Possible now that a snapshot took place.)
This commit is contained in:
Marijn Haverbeke 2011-07-06 16:46:17 +02:00
parent 4c315666dd
commit 7661c08496
21 changed files with 53 additions and 87 deletions

View file

@ -1,7 +1,7 @@
import ast::ty_mach;
import ast::ty_mach_to_str;
import _std::new_str_hash;
import std::map::new_str_hash;
import util::interner;
import std::int;
import std::uint;