aboutsummaryrefslogtreecommitdiff
path: root/theories/Numbers
diff options
context:
space:
mode:
authorherbelin2008-04-27 16:27:38 +0000
committerherbelin2008-04-27 16:27:38 +0000
commitd7e7e6756b46998e864cc00355d1946b69a43c1a (patch)
tree6d06623919b6c7c1d178d6a1c4f9364396e5fec9 /theories/Numbers
parent75681234e0ba2ae283cc22c2c3e0c4045b205879 (diff)
Suite r10857
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10858 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Numbers')
-rw-r--r--theories/Numbers/Integer/TreeMod/ZTreeMod.v6
-rw-r--r--theories/Numbers/NatInt/Makefile4
2 files changed, 3 insertions, 7 deletions
diff --git a/theories/Numbers/Integer/TreeMod/ZTreeMod.v b/theories/Numbers/Integer/TreeMod/ZTreeMod.v
index e885d25bc7..f81c71d728 100644
--- a/theories/Numbers/Integer/TreeMod/ZTreeMod.v
+++ b/theories/Numbers/Integer/TreeMod/ZTreeMod.v
@@ -8,13 +8,13 @@
(* Evgeny Makarov, INRIA, 2007 *)
(************************************************************************)
-(*i i*)
+(*i $Id:$ i*)
Require Export NZAxioms.
Require Import NMake. (* contains W0Type *)
Require Import ZnZ.
-Require Import Basic_type. (* contais base *)
-Require Import ZAux.
+Require Import Basic_type. (* contains base *)
+Require Import Zaux.
Module NZBigIntsAxiomsMod (Import BoundedIntsMod : W0Type) <: NZAxiomsSig.
diff --git a/theories/Numbers/NatInt/Makefile b/theories/Numbers/NatInt/Makefile
deleted file mode 100644
index e23d8dee24..0000000000
--- a/theories/Numbers/NatInt/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-.SUFFIXES: .v .vo .vi .g .html .tex .g.tex .g.html
-
-.v.vo:
- coqtop -boot -compile $*