diff options
-rw-r--r-- | driver/main.mli | 17 | ||||
-rw-r--r-- | driver/optmain.mli | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/driver/main.mli b/driver/main.mli new file mode 100644 index 000000000..d175a3ca2 --- /dev/null +++ b/driver/main.mli @@ -0,0 +1,17 @@ +(***********************************************************************) +(* *) +(* Objective Caml *) +(* *) +(* Damien Doligez, projet Moscova, INRIA Rocquencourt *) +(* *) +(* Copyright 2000 Institut National de Recherche en Informatique et *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the Q Public License version 1.0. *) +(* *) +(***********************************************************************) + +(* $Id$ *) + +(* + this "empty" file is here to speed up garbage collection in ocamlc.opt +*) diff --git a/driver/optmain.mli b/driver/optmain.mli new file mode 100644 index 000000000..628d2d398 --- /dev/null +++ b/driver/optmain.mli @@ -0,0 +1,17 @@ +(***********************************************************************) +(* *) +(* Objective Caml *) +(* *) +(* Damien Doligez, projet Moscova, INRIA Rocquencourt *) +(* *) +(* Copyright 2000 Institut National de Recherche en Informatique et *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the Q Public License version 1.0. *) +(* *) +(***********************************************************************) + +(* $Id$ *) + +(* + this "empty" file is here to speed up garbage collection in ocamlopt.opt +*) |