]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/dependenciesParser.ml
- dependenciesParser: updated to new inline syntax
[helm.git] / helm / software / components / grafite_parser / dependenciesParser.ml
index 9e5936dad9ceca67adaf89744e6cba950a53f6c2..c6b8adaf47545c5c2657742aae26a7517683b02f 100644 (file)
@@ -58,7 +58,7 @@ let parse_dependencies lexbuf =
           true, (IncludeDep fname :: acc)
       | [< '("IDENT", "include'"); '("QSTRING", fname) >] ->
           true, (IncludeDep fname :: acc)
-      | [< '("IDENT", "inline"); '("IDENT", "procedural"); '("QSTRING", fname) >] ->
+      | [< '("IDENT", "inline"); '("QSTRING", fname) >] ->
           true, (InlineDep fname :: acc)
       | [< '("EOI", _) >] -> false, acc
       | [< 'tok >] -> true, acc