From 46511805037cf33bd9e2c6286e33417d9fd35d1f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 6 Feb 2010 23:22:27 +0000 Subject: Use the array.h code for the causes list. --- array.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'array.h') diff --git a/array.h b/array.h index d48dbacb..543c3dfe 100644 --- a/array.h +++ b/array.h @@ -19,6 +19,8 @@ #ifndef ARRAY_H #define ARRAY_H +#define ARRAY_INITIALIZER { NULL, 0, 0 } + #define ARRAY_DECL(n, c) \ struct n { \ c *list; \ -- cgit v1.2.3