ocaml/camlp4/etc/pr_null.ml

17 lines
845 B
OCaml

(* camlp4r *)
(***********************************************************************)
(* *)
(* Camlp4 *)
(* *)
(* Daniel de Rauglaudre, projet Cristal, INRIA Rocquencourt *)
(* *)
(* Copyright 1998 Institut National de Recherche en Informatique et *)
(* Automatique. Distributed only by permission. *)
(* *)
(***********************************************************************)
(* $Id$ *)
Pcaml.print_interf.val := fun _ -> ();
Pcaml.print_implem.val := fun _ -> ();