diff options
Diffstat (limited to 'camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml')
-rw-r--r-- | camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml b/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml deleted file mode 100644 index 2e32bcd83..000000000 --- a/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml +++ /dev/null @@ -1,24 +0,0 @@ -open Camlp4; (* -*- camlp4r -*- *) -(****************************************************************************) -(* *) -(* OCaml *) -(* *) -(* INRIA Rocquencourt *) -(* *) -(* Copyright 2002-2006 Institut National de Recherche en Informatique et *) -(* en Automatique. All rights reserved. This file is distributed under *) -(* the terms of the GNU Library General Public License, with the special *) -(* exception on linking described in LICENSE at the top of the OCaml *) -(* source tree. *) -(* *) -(****************************************************************************) - -(* Authors: - * - Nicolas Pouillard: initial version - *) - -open PreCast; -let module Gram = MakeGram Lexer in -let module M1 = OCamlInitSyntax.Make Ast Gram Quotation in -let module M2 = Camlp4OCamlRevisedParser.Make M1 in -let module M3 = Camlp4QuotationCommon.Make M2 Syntax.AntiquotSyntax in (); |