X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=adt%2Fhashset.c;h=330e68094318c50f69275d931546f02774cfa410;hb=bdfd0d387e9c9e5fc1026ee44341e70b91acad2d;hp=415aaabce3d6816af0bc0c1359d412bec35e31ac;hpb=9081de598f497369098ad9241de7553273481ea4;p=cparser diff --git a/adt/hashset.c b/adt/hashset.c index 415aaab..330e680 100644 --- a/adt/hashset.c +++ b/adt/hashset.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2009 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -23,7 +23,6 @@ * @author Matthias Braun, inspiration from densehash from google sparsehash * package * @date 17.03.2007 - * @version $Id$ * * * You have to specialize this file by defining: @@ -37,7 +36,7 @@ *
  • Hash(hashset,key) calculates the hash value for a given key
  • * * - * Note that by default it is assumed that the data values themselfes are used + * Note that by default it is assumed that the data values themselves are used * as keys. However you can change that with additional defines: * *