From: Florent Bruneau Date: Wed, 17 Sep 2008 14:43:08 +0000 (+0200) Subject: Declare Array(void*). X-Git-Url: http://git.madism.org/?p=apps%2Fpfixtools.git;a=commitdiff_plain;h=9c710cd68a1826f033133240a944399adb28c4c0 Declare Array(void*). Signed-off-by: Florent Bruneau --- diff --git a/common/array.h b/common/array.h index f1c6925..b4dea94 100644 --- a/common/array.h +++ b/common/array.h @@ -153,4 +153,6 @@ ARRAY(int) ARRAY(bool) ARRAY(uint32_t) +PARRAY(void) + #endif