diff options
Diffstat (limited to 'lib/gset.ml')
-rw-r--r-- | lib/gset.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gset.ml b/lib/gset.ml index e90386a0..d39cb23f 100644 --- a/lib/gset.ml +++ b/lib/gset.ml @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id: gset.ml 5920 2004-07-16 20:01:26Z herbelin $ *) +(* $Id$ *) (* Sets using the generic comparison function of ocaml. Code borrowed from the ocaml standard library. *) |