aboutsummaryrefslogtreecommitdiff
path: root/tc.const.c
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2023-01-29 20:46:19 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2023-01-29 20:46:19 +0000
commit143ef44f06822f82a8358d4c02f07102d963fe5f (patch)
treef9080b8a265dd926053ee7ae187e8fa46f3fb5e0 /tc.const.c
parent174d8b60324d7e8754709f7155e13ca95220b48c (diff)
Vendor import of tcsh-6.24.07vendor/tcsh/6.24.07vendor/tcsh
Diffstat (limited to 'tc.const.c')
-rw-r--r--tc.const.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tc.const.c b/tc.const.c
index 664897c9c0fd..323930063ee5 100644
--- a/tc.const.c
+++ b/tc.const.c
@@ -267,6 +267,7 @@ Char STRperiodic[] = { 'p', 'e', 'r', 'i', 'o', 'd', 'i', 'c', '\0' };
Char STRtperiod[] = { 't', 'p', 'e', 'r', 'i', 'o', 'd', '\0' };
Char STRmf[] = { '-', 'f', '\0' };
Char STRml[] = { '-', 'l', '\0' };
+Char STRmZ[] = { '-', 'Z', '\0' };
Char STRslash[] = { '/', '\0' };
Char STRdotsl[] = { '.', '/', '\0' };
Char STRdotdotsl[] = { '.', '.', '/', '\0' };