aboutsummaryrefslogtreecommitdiff
path: root/src/boot/me/alias.ml
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-07-08 08:25:12 -0700
committerGraydon Hoare <[email protected]>2010-07-08 08:25:12 -0700
commit48488b0dcf06bd729f0920e7744efd3b06017c58 (patch)
tree5bfd1c7f9ed7a1fe31ac831b6d16a4d757fcc595 /src/boot/me/alias.ml
parentAdd mbrubeck. (diff)
downloadrust-48488b0dcf06bd729f0920e7744efd3b06017c58.tar.xz
rust-48488b0dcf06bd729f0920e7744efd3b06017c58.zip
Build fix from jmuizelaar (on ocamlc versions that notice this bug; drat, not all do)
Diffstat (limited to 'src/boot/me/alias.ml')
-rw-r--r--src/boot/me/alias.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/me/alias.ml b/src/boot/me/alias.ml
index 2c507335..d98316ef 100644
--- a/src/boot/me/alias.ml
+++ b/src/boot/me/alias.ml
@@ -41,7 +41,7 @@ let alias_analysis_visitor
begin
fun i slot ->
match slot.Ast.slot_mode with
- Ast.MODE_alias _ ->
+ Ast.MODE_alias ->
alias_atom args.(i)
| _ -> ()
end