Eliminate usages of old sugared call syntax

This commit is contained in:
Brian Anderson
2012-06-26 13:55:56 -07:00
parent 8b2491160d
commit a3382b6f26
280 changed files with 1561 additions and 1572 deletions

View File

@@ -18,7 +18,7 @@ fn walk_stack(visit: fn(frame) -> bool) {
#debug("beginning stack walk");
frame_address { |frame_pointer|
do frame_address { |frame_pointer|
let mut frame_address: *word = unsafe {
reinterpret_cast(frame_pointer)
};