summaryrefslogtreecommitdiffstats
path: root/driver/optmain.mli
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2000-01-07 16:03:04 +0000
committerDamien Doligez <damien.doligez-inria.fr>2000-01-07 16:03:04 +0000
commit96ddeabcb78cbce02561d9ae66891d7e56a8fc68 (patch)
tree977fdd8ed855fd55841df61ead2e200e39f1a14b /driver/optmain.mli
parent6923196d8f832c1817581cf75f1518f6705310c4 (diff)
optimisation des racines
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2740 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'driver/optmain.mli')
-rw-r--r--driver/optmain.mli17
1 files changed, 17 insertions, 0 deletions
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
+*)