From 18e543106f358272138a87bf331c4d1964a385f5 Mon Sep 17 00:00:00 2001 From: letouzey Date: Fri, 16 May 2008 00:53:17 +0000 Subject: More BigNum cleanup: * View of Int31 as a Z/nZ moved to file Z31Z.v (TO FINISH: specs are still admitted!) * Modular specification of Z/nZ moved to ZnZ and renamed CyclicType * More isolation between Cyclic/Abstract and Cyclic/DoubleCyclic * A few comments git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10936 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 730e5678d9..6ffc7f82ac 100644 --- a/Makefile.common +++ b/Makefile.common @@ -620,7 +620,7 @@ CYCLICABSTRACTVO:=$(addprefix theories/Numbers/Cyclic/Abstract/, \ ZnZ.vo ) CYCLICINT31VO:=$(addprefix theories/Numbers/Cyclic/Int31/, \ - Int31.vo ) + Int31.vo Z31Z.vo ) CYCLICDOUBLECYCLICVO:=$(addprefix theories/Numbers/Cyclic/DoubleCyclic/, \ Basic_type.vo GenBase.vo GenAdd.vo GenSub.vo \ -- cgit v1.2.3