Revert all of yesterday's snapshots and try again. Cursed!

This commit is contained in:
Graydon Hoare 2011-12-22 10:30:04 -08:00
parent 47d27af228
commit 3b61064631
4 changed files with 12 additions and 18 deletions

View file

@ -55,10 +55,10 @@ fn expand_expr(exts: hashmap<str, syntax_extension>, cx: ext_ctxt, e: expr_,
fn core_macros() -> str {
ret
"{
#macro[[#error[f, ...], log_err #fmt[f, ...]]];
#macro[[#warn[f, ...], log_err #fmt[f, ...]]];
#macro[[#info[f, ...], log_err #fmt[f, ...]]];
#macro[[#debug[f, ...], log_err #fmt[f, ...]]];
#macro[[#error[f, ...], log_full(core::error, #fmt[f, ...])]];
#macro[[#warn[f, ...], log_full(core::warn, #fmt[f, ...])]];
#macro[[#info[f, ...], log_full(core::info, #fmt[f, ...])]];
#macro[[#debug[f, ...], log_full(core::debug, #fmt[f, ...])]];
}";
}