diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ocamldep.mll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ocamldep.mll b/tools/ocamldep.mll index 9593d78a8d..c98b28c7d4 100644 --- a/tools/ocamldep.mll +++ b/tools/ocamldep.mll @@ -29,7 +29,7 @@ let comment_depth = ref 0 } rule main = parse - "open" [' ' '\010' '\013' '\009' '\012'] * + "open" [' ' '\010' '\013' '\009' '\012'] + { struct_name lexbuf; main lexbuf } | ['A'-'Z' '\192'-'\214' '\216'-'\222' ] (['A'-'Z' 'a'-'z' '_' '\192'-'\214' '\216'-'\246' '\248'-'\255' |