Convert rest of the AST to istrs. Issue #855

This commit is contained in:
Brian Anderson
2011-08-26 18:48:08 -07:00
parent f603e912ee
commit f09ef6ec66
16 changed files with 66 additions and 48 deletions

View File

@@ -4,7 +4,7 @@ import syntax::ast;
import std::istr;
fn expand_syntax_ext(cx: &ext_ctxt, sp: codemap::span, arg: @ast::expr,
_body: option::t<str>) -> @ast::expr {
_body: &option::t<istr>) -> @ast::expr {
cx.print_backtrace();
std::io::stdout().write_line(