X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=adt%2Fhashset.h;h=a4f35e84422e6423ed02723d73125b9c3654f916;hb=84b4c24ec6848505549af4b240df492317138f27;hp=79fe62a2b51b75f38b6a22022f980e20f68ddf2b;hpb=866b5720ca01fb187c95c3b98b8516a22cc8eedf;p=cparser diff --git a/adt/hashset.h b/adt/hashset.h index 79fe62a..a4f35e8 100644 --- a/adt/hashset.h +++ b/adt/hashset.h @@ -1,20 +1,6 @@ /* - * Copyright (C) 1995-2009 University of Karlsruhe. All right reserved. - * * This file is part of libFirm. - * - * This file may be distributed and/or modified under the terms of the - * GNU General Public License version 2 as published by the Free Software - * Foundation and appearing in the file LICENSE.GPL included in the - * packaging of this file. - * - * Licensees holding valid libFirm Professional Edition licenses may use - * this file in accordance with the libFirm Commercial License. - * Agreement provided with the Software. - * - * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE - * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE. + * Copyright (C) 2012 University of Karlsruhe. */ /** @@ -55,6 +41,7 @@ struct HashSet { #endif }; +#ifdef HashSetIterator struct HashSetIterator { HashSetEntry *current_bucket; HashSetEntry *end; @@ -63,6 +50,7 @@ struct HashSetIterator { unsigned entries_version; #endif }; +#endif #ifdef DO_REHASH #undef HashSetEntry