diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-04-01 14:45:20 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-04-01 14:45:20 +0000 |
commit | 124016815a5a38dfebee75451721ae13bca81959 (patch) | |
tree | b3adc59b7ecc5fb6093e21a741bf764fa206864f /proofs | |
parent | 97fb9f22eadab06fe320ccedf6abfb6be89702f4 (diff) |
Ajout des propriétés $Id:$ là où elles n'existaient pas ou n'étaient
pas correctes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10739 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs')
-rw-r--r-- | proofs/decl_mode.ml | 2 | ||||
-rw-r--r-- | proofs/tactic_debug.ml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/proofs/decl_mode.ml b/proofs/decl_mode.ml index b83f9dc65..cdb7b0675 100644 --- a/proofs/decl_mode.ml +++ b/proofs/decl_mode.ml @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id:$ *) +(*i $Id:$ i*) open Names open Term diff --git a/proofs/tactic_debug.ml b/proofs/tactic_debug.ml index 96df8f641..16bca302e 100644 --- a/proofs/tactic_debug.ml +++ b/proofs/tactic_debug.ml @@ -6,6 +6,8 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) +(*i $Id:$ i*) + open Names open Constrextern open Pp |