summaryrefslogtreecommitdiff
path: root/Src/pattern.c
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2013-11-06 19:25:07 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-11-06 19:25:07 +0000
commit375115c7dfd6dff576915d25fe2ecdd381dd9d81 (patch)
treeb8d5b600442ad8a7c00623f2323e2c46d5059daa /Src/pattern.c
parent73746daf7f1e79fa970ab979e645915295157426 (diff)
downloadzsh-375115c7dfd6dff576915d25fe2ecdd381dd9d81.tar.gz
zsh-375115c7dfd6dff576915d25fe2ecdd381dd9d81.zip
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.
Diffstat (limited to 'Src/pattern.c')
-rw-r--r--Src/pattern.c4
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.