diff options
Diffstat (limited to 'theories/Arith/Euclid.v')
-rw-r--r-- | theories/Arith/Euclid.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Arith/Euclid.v b/theories/Arith/Euclid.v index 3d6f1af5..f50dcc84 100644 --- a/theories/Arith/Euclid.v +++ b/theories/Arith/Euclid.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: Euclid.v 9245 2006-10-17 12:53:34Z notin $ i*) +(*i $Id$ i*) Require Import Mult. Require Import Compare_dec. |