diff options
| author | Graydon Hoare <[email protected]> | 2010-07-08 08:25:12 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-08 08:25:12 -0700 |
| commit | 48488b0dcf06bd729f0920e7744efd3b06017c58 (patch) | |
| tree | 5bfd1c7f9ed7a1fe31ac831b6d16a4d757fcc595 /src/boot/me/trans.ml | |
| parent | Add mbrubeck. (diff) | |
| download | rust-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/trans.ml')
| -rw-r--r-- | src/boot/me/trans.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/me/trans.ml b/src/boot/me/trans.ml index 6a14a1ce..f77386a9 100644 --- a/src/boot/me/trans.ml +++ b/src/boot/me/trans.ml @@ -2859,7 +2859,7 @@ let trans_visitor Ast.MODE_local -> cell - | Ast.MODE_alias _ -> + | Ast.MODE_alias -> if initializing then cell else deref cell |