summaryrefslogtreecommitdiffstats
path: root/Src/pattern.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2013-10-09 17:57:03 +0200
committerMikael Magnusson <mikachu@gmail.com>2013-10-11 14:57:57 +0200
commitfa033326357218652310c4510898be622b871c4f (patch)
treeb9a1e5a61bbdadaac6db1c3315ee02b5a227f03e /Src/pattern.c
parent31815: another fix for INCAPPENDHISTORY change. (diff)
downloadzsh-fa033326357218652310c4510898be622b871c4f.tar
zsh-fa033326357218652310c4510898be622b871c4f.tar.gz
zsh-fa033326357218652310c4510898be622b871c4f.tar.bz2
zsh-fa033326357218652310c4510898be622b871c4f.tar.lz
zsh-fa033326357218652310c4510898be622b871c4f.tar.xz
zsh-fa033326357218652310c4510898be622b871c4f.tar.zst
zsh-fa033326357218652310c4510898be622b871c4f.zip
31805: Add $patchars and $dis_patchars to zsh/parameter module
Diffstat (limited to 'Src/pattern.c')
-rw-r--r--Src/pattern.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/pattern.c b/Src/pattern.c
index 4f0166bfa..609a9e372 100644
--- a/Src/pattern.c
+++ b/Src/pattern.c
@@ -236,7 +236,8 @@ static const char zpc_chars[ZPC_COUNT] = {
* Corresponding strings used in enable/disable -p.
* NULL means no way of turning this on or off.
*/
-static const char *zpc_strings[ZPC_COUNT] = {
+/**/
+const char *zpc_strings[ZPC_COUNT] = {
NULL, NULL, "|", NULL, "~", "(", "?", "*", "[", "<",
"^", "#", NULL, "?(", "*(", "+(", "!(", "@("
};