diff options
Diffstat (limited to 'theories/IntMap/Addr.v')
-rw-r--r-- | theories/IntMap/Addr.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/IntMap/Addr.v b/theories/IntMap/Addr.v index 1370d72d..727117b3 100644 --- a/theories/IntMap/Addr.v +++ b/theories/IntMap/Addr.v @@ -5,7 +5,7 @@ (* // * This file is distributed under the terms of the *) (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: Addr.v,v 1.8.2.1 2004/07/16 19:31:04 herbelin Exp $ i*) +(*i $Id: Addr.v 5920 2004-07-16 20:01:26Z herbelin $ i*) (** Representation of adresses by the [positive] type of binary numbers *) |