aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front/parser.rs
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-03-01 19:51:21 -0500
committerGraydon Hoare <[email protected]>2011-03-02 10:28:15 -0800
commit77a0dc06a7cead4a1d38cdb68f1465cbeccf48c1 (patch)
tree62b1aab307f97837303561a86b5a77c7597b27f1 /src/comp/front/parser.rs
parentRemove unused is_ext_expr (diff)
downloadrust-77a0dc06a7cead4a1d38cdb68f1465cbeccf48c1.tar.xz
rust-77a0dc06a7cead4a1d38cdb68f1465cbeccf48c1.zip
Whitespace cleanup
Diffstat (limited to 'src/comp/front/parser.rs')
-rw-r--r--src/comp/front/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/front/parser.rs b/src/comp/front/parser.rs
index 5fe16536..50545a2f 100644
--- a/src/comp/front/parser.rs
+++ b/src/comp/front/parser.rs
@@ -737,7 +737,7 @@ impure fn parse_bottom_expr(parser p) -> @ast.expr {
ret @spanned(lo, hi, ex);
}
-/*
+/*
* FIXME: This is a crude approximation of the syntax-extension system,
* for purposes of prototyping and/or hard-wiring any extensions we
* wish to use while bootstrapping. The eventual aim is to permit