X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Fparser.mly;h=eedbddbdfebc7bab5a611b1a76e14be774693dce;hb=ec7d2c76a7ae7447866522103b18107f154083cb;hp=7146a999a47ee21ee00874b45f4572201902cdc2;hpb=a27fa75b6854fa3f75e34817cb0bf63646d644e4;p=goals.git diff --git a/src/parser.mly b/src/parser.mly index 7146a99..eedbddb 100644 --- a/src/parser.mly +++ b/src/parser.mly @@ -38,7 +38,7 @@ let find_on_include_path filename = let path = inc // filename in if Sys.file_exists path then path else loop incs in - loop Cmdline.includes + loop (Cmdline.includes ()) ) let do_include env loc filename optflag file =