diff options
Diffstat (limited to 'Src/pattern.c')
-rw-r--r-- | Src/pattern.c | 4 |
1 files changed, 2 insertions, 2 deletions
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. |