aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/parser.c
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2013-08-30 10:45:02 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2013-08-30 10:45:02 +0000
commitf52924b480873b833669da47bdb8dff79054e67b (patch)
treec20ca308c02016dea7bb08a75a1c33300adaccf1 /bin/sh/parser.c
parent5a280dbdd62cfe0f912cb9c81255a7f46f82a981 (diff)
Notes
Diffstat (limited to 'bin/sh/parser.c')
-rw-r--r--bin/sh/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/parser.c b/bin/sh/parser.c
index 795e3ee54c16..b23f45581aa1 100644
--- a/bin/sh/parser.c
+++ b/bin/sh/parser.c
@@ -96,7 +96,7 @@ static struct heredoc *heredoclist; /* list of here documents to read */
static int doprompt; /* if set, prompt the user */
static int needprompt; /* true if interactive and at start of line */
static int lasttoken; /* last token read */
-int tokpushback; /* last token pushed back */
+static int tokpushback; /* last token pushed back */
static char *wordtext; /* text of last word returned by readtoken */
static int checkkwd;
static struct nodelist *backquotelist;