X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fadt%2Fhashset.h;h=89c112c7670f01c795ccb0c06331e0b6369ad96a;hb=12ad4306b9e51ff630e24a01f363fd141368c33c;hp=a03a810270fe83a2380b2644b35322b032b1d7f9;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/include/libfirm/adt/hashset.h b/include/libfirm/adt/hashset.h index a03a81027..89c112c76 100644 --- a/include/libfirm/adt/hashset.h +++ b/include/libfirm/adt/hashset.h @@ -56,6 +56,7 @@ struct HashSet { #endif }; +#ifndef NO_ITERATOR struct HashSetIterator { HashSetEntry *current_bucket; HashSetEntry *end; @@ -64,6 +65,7 @@ struct HashSetIterator { unsigned entries_version; #endif }; +#endif #ifdef DO_REHASH #undef HashSetEntry