Process the inner statement of a case label, even if the case range is empty.
[cparser] / adt / strset.h
index 5931884..e1b1554 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
@@ -30,6 +30,9 @@
 #undef HashSetIterator
 #undef HashSet
 
+typedef struct strset_t           strset_t;
+typedef struct strset_iterator_t  strset_iterator_t;
+
 /**
  * Initializes a strset
  *