From 48488b0dcf06bd729f0920e7744efd3b06017c58 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 8 Jul 2010 08:25:12 -0700 Subject: Build fix from jmuizelaar (on ocamlc versions that notice this bug; drat, not all do) --- src/boot/me/alias.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot/me/alias.ml') 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 -- cgit v1.2.3