diff options
| author | barras | 2006-10-27 21:21:17 +0000 |
|---|---|---|
| committer | barras | 2006-10-27 21:21:17 +0000 |
| commit | 5b8e645b675b6b2efac8e13c29da5e984248e507 (patch) | |
| tree | f39598f12eefa82801eb3adb9b954edf4b56cadc /Makefile | |
| parent | c5e8c731ede28ba4f734bbd143c7d7e5a05c365a (diff) | |
simplif de la partie ML de ring/field
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9302 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -842,7 +842,7 @@ ARITHVO=\ theories/Arith/Euclid.vo theories/Arith/Plus.vo \ theories/Arith/Wf_nat.vo theories/Arith/Max.vo \ theories/Arith/Bool_nat.vo theories/Arith/Factorial.vo \ -# theories/Arith/Div.vo + theories/Arith/Arith_base.vo SORTINGVO=\ theories/Sorting/Heap.vo theories/Sorting/Permutation.vo \ @@ -960,6 +960,7 @@ REALSBASEVO=\ theories/Reals/Rdefinitions.vo \ theories/Reals/Raxioms.vo theories/Reals/RIneq.vo \ theories/Reals/DiscrR.vo theories/Reals/Rbase.vo \ + theories/Reals/LegacyRfield.vo REALS_basic= |
