From 463e46425b56360a158b44c61208060c64eb2ff5 Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 29 May 2012 11:09:25 +0000 Subject: place all files specific to camlp4 syntax extensions in grammar/ git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15387 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/funind/g_indfun.ml4 | 2 +- plugins/funind/recdef.ml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/funind') diff --git a/plugins/funind/g_indfun.ml4 b/plugins/funind/g_indfun.ml4 index eb90c05492..169f4d1204 100644 --- a/plugins/funind/g_indfun.ml4 +++ b/plugins/funind/g_indfun.ml4 @@ -5,7 +5,7 @@ (* // * This file is distributed under the terms of the *) (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i camlp4deps: "parsing/grammar.cma" i*) +(*i camlp4deps: "grammar/grammar.cma" i*) open Util open Term open Names diff --git a/plugins/funind/recdef.ml b/plugins/funind/recdef.ml index 2005a90e31..5fcd495ef9 100644 --- a/plugins/funind/recdef.ml +++ b/plugins/funind/recdef.ml @@ -6,7 +6,6 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i camlp4deps: "parsing/grammar.cma" i*) open Tacexpr open Term open Namegen -- cgit v1.2.3