diff options
| -rw-r--r-- | library/library.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/library.ml b/library/library.ml index bea05a2229..a6b7b50127 100644 --- a/library/library.ml +++ b/library/library.ml @@ -200,8 +200,10 @@ let (in_require, _) = export_function = (fun _ -> None) }) let require_module spec name fileopt export = +(* Trop contraignant if sections_are_opened () then warning ("Objets of "^name^" not surviving sections (e.g. Grammar \nand Hints) will be removed at the end of the section"); +*) let file = match fileopt with | None -> name | Some f -> f |
