aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/common/aux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/upas/common/aux.c')
-rw-r--r--src/cmd/upas/common/aux.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/upas/common/aux.c b/src/cmd/upas/common/aux.c
index 7577acae..6e8001ca 100644
--- a/src/cmd/upas/common/aux.c
+++ b/src/cmd/upas/common/aux.c
@@ -30,8 +30,8 @@ append_match(Resub *subexp, String *sp, int se)
{
char *cp, *ep;
- cp = subexp[se].s.sp; /* jpc .sp -> .s.sp */
- ep = subexp[se].e.ep; /* jpc .ep -> .e.ep */
+ cp = subexp[se].s.sp;
+ ep = subexp[se].e.ep;
for (; cp < ep; cp++)
s_putc(sp, *cp);
s_terminate(sp);
@@ -53,7 +53,7 @@ shellchars(char *cp)
return 0;
}
-static char *specialchars = " ()<>{};=\\'\`^&|";
+static char *specialchars = " ()<>{};=\\'`^&|";
static char *escape = "%%";
int