diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-03-13 05:20:50 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-03-13 05:20:50 +0000 |
commit | 3cc00889ea768dfccaa0024d044523dc3a4e95e4 (patch) | |
tree | 2f86bf6eba6c5db02fb257885603c11ef20a852c | |
parent | 6bcd8db2b220458abd55a9658c78ae3671b7085d (diff) |
typo
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2949 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | tools/ocamldep.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ocamldep.ml b/tools/ocamldep.ml index 544b22cc3..68b455883 100644 --- a/tools/ocamldep.ml +++ b/tools/ocamldep.ml @@ -218,7 +218,7 @@ and add_struct_item bv item = | Pstr_exception(id, args) -> List.iter (add_type bv) args; bv | Pstr_exn_rebind(id, l) -> - add l; bv + add bv l; bv | Pstr_module(id, modl) -> add_module bv modl; StringSet.add id bv | Pstr_modtype(id, mty) -> |