rename resolve to mtwt_resolve

This commit is contained in:
John Clements
2013-07-09 14:09:30 -07:00
parent acad9f35b3
commit e1734f6d38
2 changed files with 3 additions and 4 deletions

View File

@@ -915,7 +915,7 @@ fn idx_push<T>(vec: &mut ~[T], val: T) -> uint {
}
/// Resolve a syntax object to a name, per MTWT.
pub fn resolve(id : Ident) -> Name {
pub fn mtwt_resolve(id : Ident) -> Name {
resolve_internal(id, get_sctable())
}