about summary refs log tree commit diff
path: root/src/comp/syntax/ext
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2011-11-17 11:46:13 -0800
committerNiko Matsakis <niko@alum.mit.edu>2011-11-17 11:46:13 -0800
commitadc79e2f448d50b4d0dfd7b7c10a36711959b384 (patch)
tree71ae88122a3d00e182add97ca732c966e74233ed /src/comp/syntax/ext
parenta92699fe585f1f02a300d69620c0a098b1e12d9c (diff)
downloadrust-adc79e2f448d50b4d0dfd7b7c10a36711959b384.tar.gz
rust-adc79e2f448d50b4d0dfd7b7c10a36711959b384.zip
remove compile-command from local variable blocks
Diffstat (limited to 'src/comp/syntax/ext')
-rw-r--r--src/comp/syntax/ext/base.rs1
-rw-r--r--src/comp/syntax/ext/env.rs1
-rw-r--r--src/comp/syntax/ext/expand.rs1
-rw-r--r--src/comp/syntax/ext/fmt.rs1
-rw-r--r--src/comp/syntax/ext/simplext.rs1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/comp/syntax/ext/base.rs b/src/comp/syntax/ext/base.rs
index 0fc352ac8be..55948be708f 100644
--- a/src/comp/syntax/ext/base.rs
+++ b/src/comp/syntax/ext/base.rs
@@ -132,6 +132,5 @@ fn make_new_lit(cx: ext_ctxt, sp: codemap::span, lit: ast::lit_) ->
 // 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:
 //
diff --git a/src/comp/syntax/ext/env.rs b/src/comp/syntax/ext/env.rs
index f017f7e6574..413ea1ac9d3 100644
--- a/src/comp/syntax/ext/env.rs
+++ b/src/comp/syntax/ext/env.rs
@@ -40,6 +40,5 @@ fn make_new_str(cx: ext_ctxt, sp: codemap::span, s: str) -> @ast::expr {
 // 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:
 //
diff --git a/src/comp/syntax/ext/expand.rs b/src/comp/syntax/ext/expand.rs
index a602ab49309..072f773e4da 100644
--- a/src/comp/syntax/ext/expand.rs
+++ b/src/comp/syntax/ext/expand.rs
@@ -65,5 +65,4 @@ fn expand_crate(sess: session::session, c: @crate) -> @crate {
 // 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:
diff --git a/src/comp/syntax/ext/fmt.rs b/src/comp/syntax/ext/fmt.rs
index b49f958a4d6..0aabf648a08 100644
--- a/src/comp/syntax/ext/fmt.rs
+++ b/src/comp/syntax/ext/fmt.rs
@@ -347,6 +347,5 @@ fn pieces_to_expr(cx: ext_ctxt, sp: span, pieces: [piece], args: [@ast::expr])
 // 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:
 //
diff --git a/src/comp/syntax/ext/simplext.rs b/src/comp/syntax/ext/simplext.rs
index 6a2a87de52c..252dd33a1f1 100644
--- a/src/comp/syntax/ext/simplext.rs
+++ b/src/comp/syntax/ext/simplext.rs
@@ -764,6 +764,5 @@ fn add_new_extension(cx: ext_ctxt, sp: span, arg: @expr,
 // 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:
 //