From 2a383feef696977a0ac440404e503ab7be3cdff8 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Sun, 30 Mar 2008 07:26:59 +0000 Subject: [PATCH] added amb1290: Invalid_Array handle in cellarray.inc --- plugins/include/cellarray.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/include/cellarray.inc b/plugins/include/cellarray.inc index e04a65ce..77e7a10b 100644 --- a/plugins/include/cellarray.inc +++ b/plugins/include/cellarray.inc @@ -4,6 +4,10 @@ #define _cellarray_included +enum Array +{ + Invalid_Array = 0 +}; /** * These arrays are intended to be used for a form of global storage without * requiring a #define that needs to be increased each time a person needs more