From 300293c119981054c95182a90c829058530a6b6f Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Sun, 25 Dec 2011 13:19:42 +0100 Subject: Imported Upstream version 8.3.pl3 --- theories/NArith/BinNat.v | 4 ++-- theories/NArith/BinPos.v | 4 ++-- theories/NArith/NArith.v | 4 ++-- theories/NArith/NOrderedType.v | 2 +- theories/NArith/Ndec.v | 4 ++-- theories/NArith/Ndigits.v | 4 ++-- theories/NArith/Ndist.v | 4 ++-- theories/NArith/Nminmax.v | 2 +- theories/NArith/Nnat.v | 4 ++-- theories/NArith/POrderedType.v | 2 +- theories/NArith/Pminmax.v | 2 +- theories/NArith/Pnat.v | 4 ++-- 12 files changed, 20 insertions(+), 20 deletions(-) (limited to 'theories/NArith') diff --git a/theories/NArith/BinNat.v b/theories/NArith/BinNat.v index e44b39f5..8695acca 100644 --- a/theories/NArith/BinNat.v +++ b/theories/NArith/BinNat.v @@ -1,12 +1,12 @@ (************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) -(*