aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories7
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-01-13 15:12:46 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-01-13 15:12:46 +0000
commit04d270a46e8c481e0b1f21904c6b25f0b7359fa0 (patch)
tree5af4dd940fbcebbc6034218ab79b192859f50f5b /theories7
parent65b107d0ea8cf9e260b62ffd6ec291d0ef20ec21 (diff)
Suppression de Rsyntax en v8
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5197 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories7')
-rw-r--r--theories7/Reals/Raxioms.v5
1 files changed, 4 insertions, 1 deletions
diff --git a/theories7/Reals/Raxioms.v b/theories7/Reals/Raxioms.v
index 4516a206f..4c26b1ed0 100644
--- a/theories7/Reals/Raxioms.v
+++ b/theories7/Reals/Raxioms.v
@@ -13,8 +13,11 @@
(*********************************************************)
Require Export ZArith_base.
+V7only [
Require Export Rsyntax.
-V7only [Import R_scope.]. Open Local Scope R_scope.
+Import R_scope.
+].
+Open Local Scope R_scope.
V7only [
(*********************************************************)