diff options
Diffstat (limited to 'ocamlbuild/discard_printf.ml')
-rw-r--r-- | ocamlbuild/discard_printf.ml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ocamlbuild/discard_printf.ml b/ocamlbuild/discard_printf.ml new file mode 100644 index 000000000..d77ecd3dd --- /dev/null +++ b/ocamlbuild/discard_printf.ml @@ -0,0 +1,16 @@ +(***********************************************************************) +(* ocamlbuild *) +(* *) +(* Nicolas Pouillard, Berke Durak, projet Gallium, INRIA Rocquencourt *) +(* *) +(* Copyright 2007 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$ *) +(* Original author: Nicolas Pouillard *) +let rec greedy _ = greedy + +let discard_printf _fmt = Obj.magic greedy |