From 7cfae1680f051e349f53b65b109240fc911bd3a0 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Mon, 11 Apr 2011 13:12:08 +0000 Subject: [PATCH] processor: remove extra ) git-svn-id: svn://svn.lighttpd.net/xcache/trunk@740 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- processor/struct.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/struct.m4 b/processor/struct.m4 index f606134..be41a15 100644 --- a/processor/struct.m4 +++ b/processor/struct.m4 @@ -32,7 +32,7 @@ DECL_STRUCT_P_FUNC(`$1', `$2', 1) IFASSERT(` /* {{{ init assert */ ifdef(`SIZEOF_$1', , `m4_errprint(`missing SIZEOF_$1, safe to ignore')') - ifdef(`COUNTOF_$1', , `m4_errprint(`missing COUNTOF_$1, safe to ignore'))') + ifdef(`COUNTOF_$1', , `m4_errprint(`missing COUNTOF_$1, safe to ignore')') dnl SIZEOF_x COUNTOF_x can be both defined or both not ifdef(`SIZEOF_$1', ` ifdef(`COUNTOF_$1', , `m4_errprint(`AUTOCHECK WARN: missing COUNTOF_$1')')