]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite_parser/dependenciesParser.ml
fixed two preblems in matitadep, one coming from the dep-parser and
[helm.git] / components / grafite_parser / dependenciesParser.ml
index 360cdb14d0998b98c83be19c18565f8d7ce6e5b2..2f7c5ec0cffbfdd2138bba285c6bfa3646ca896a 100644 (file)
@@ -53,6 +53,8 @@ let parse_dependencies lexbuf =
         parse (UriDep (UriManager.uri_of_string u) :: acc)
     | [< '("IDENT", "include"); '("QSTRING", fname) >] ->
         parse (IncludeDep fname :: acc)
+    | [< '("IDENT", "include'"); '("QSTRING", fname) >] ->
+        parse (IncludeDep fname :: acc)
     | [< '("EOI", _) >] -> acc
     | [< 'tok >] -> parse acc
     | [<  >] -> acc) tok_stream