Replaced simple iterator usages.

This commit is contained in:
Tobias Brunner
2011-07-06 09:43:45 +02:00
parent 28623fc538
commit e26304348c
17 changed files with 196 additions and 196 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ typedef struct enumerator_t enumerator_t;
#include "../utils.h"
/**
* Enumerate is simpler, but more flexible than iterator.
* Enumerator interface, allows enumeration over collections.
*/
struct enumerator_t {