From 0190cbdce118bf912c600b5a64292747848f9937 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Sun, 22 Sep 2013 16:21:55 +0000 Subject: [PATCH] undo readonly protection support for array until fixed git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1386 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- processor/struct.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/processor/struct.m4 b/processor/struct.m4 index dc7b0e4..d7ed45c 100644 --- a/processor/struct.m4 +++ b/processor/struct.m4 @@ -233,7 +233,6 @@ define(`STRUCT_ARRAY', ` ifelse(`$2', `', `IFCOPY(`DST(`$4[LOOPCOUNTER]') = NULL;')') ')dnl IFDASM DONE(`$4') - FIXPOINTER(`$3', `$4') popdef(`FUNC_NAME') popdef(`LOOPCOUNTER') }