]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/dependenciesParser.ml
bugfix in Include syntax: it was changed and committed by mistake :(
[helm.git] / helm / software / components / grafite_parser / dependenciesParser.ml
index 9237399243bcfc588b3764a5d38e019cb27d1e2a..53fb7ab6d63b8cdf5f845f9fe7c68d0d0e72532c 100644 (file)
@@ -56,7 +56,7 @@ let parse_dependencies lexbuf =
           true, (UriDep (UriManager.uri_of_string u) :: acc)
       | [< '("IDENT", "include"); '("QSTRING", fname) >] ->
           true, (IncludeDep fname :: acc)
-      | [< '("IDENT", "include"); '("IDENT", "lexicon"); '("QSTRING", fname) >] ->
+      | [< '("IDENT", "include"); '("IDENT", "source"); '("QSTRING", fname) >] ->
           true, (IncludeDep fname :: acc)
       | [< '("IDENT", "include'"); '("QSTRING", fname) >] ->
           true, (IncludeDep fname :: acc)