From 375115c7dfd6dff576915d25fe2ecdd381dd9d81 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 6 Nov 2013 19:25:07 +0000 Subject: unposted: updates for 4.0.2-test-1. Update references to 4.0.2 to 4.0.3. Additional mod_export declarations. Additions to .distfiles. --- Src/pattern.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/pattern.c') diff --git a/Src/pattern.c b/Src/pattern.c index c86f86d69..a7ef12573 100644 --- a/Src/pattern.c +++ b/Src/pattern.c @@ -237,7 +237,7 @@ static const char zpc_chars[ZPC_COUNT] = { * NULL means no way of turning this on or off. */ /**/ -const char *zpc_strings[ZPC_COUNT] = { +mod_export const char *zpc_strings[ZPC_COUNT] = { NULL, NULL, "|", NULL, "~", "(", "?", "*", "[", "<", "^", "#", NULL, "?(", "*(", "+(", "!(", "@(" }; @@ -247,7 +247,7 @@ const char *zpc_strings[ZPC_COUNT] = { * using "disable -p". */ /**/ -char zpc_disables[ZPC_COUNT]; +mod_export char zpc_disables[ZPC_COUNT]; /* * Stack of saved (compressed) zpc_disables for function scope. -- cgit 1.4.1