fix how we walk functions to match new closure fmt

This commit is contained in:
Niko Matsakis
2012-01-06 12:06:35 -08:00
parent 8e89df69de
commit 8506241f3a
15 changed files with 104 additions and 67 deletions

View File

@@ -3,6 +3,7 @@
#include <cassert>
#include <pthread.h>
#include "rust_internal.h"
#include "rust_util.h"
#include "globals.h"
#ifndef _WIN32
@@ -414,6 +415,5 @@ rust_scheduler::get_task() {
// indent-tabs-mode: nil
// c-basic-offset: 4
// buffer-file-coding-system: utf-8-unix
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
// End:
//