type: Add missing space for printing complex types.
[cparser] / entitymap_t.h
index a7f8829..77deb6f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of cparser.
- * Copyright (C) 2007-2008 Matthias Braun <matze@braunis.de>
+ * Copyright (C) 2007-2009 Matthias Braun <matze@braunis.de>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -29,13 +29,11 @@ typedef struct entitymap_entry_t {
 } entitymap_entry_t;
 
 #define HashSet          entitymap_t
-#define HashSetIterator  entitymap_iterator_t
 #define ValueType        entitymap_entry_t
 #define DO_REHASH
 #include "adt/hashset.h"
 #undef DO_REHASH
 #undef HashSetEntry
-#undef HashSetIterator
 #undef HashSet
 
 typedef struct entitymap_iterator_t  entitymap_iterator_t;