Declare Array(void*).
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Wed, 17 Sep 2008 14:43:08 +0000 (16:43 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Wed, 17 Sep 2008 14:43:08 +0000 (16:43 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
common/array.h

index f1c6925..b4dea94 100644 (file)
@@ -153,4 +153,6 @@ ARRAY(int)
 ARRAY(bool)
 ARRAY(uint32_t)
 
+PARRAY(void)
+
 #endif