summaryrefslogtreecommitdiffstats
path: root/bin/sh/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/parser.c')
-rw-r--r--bin/sh/parser.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/sh/parser.c b/bin/sh/parser.c
index 2aa2665..9b141cc 100644
--- a/bin/sh/parser.c
+++ b/bin/sh/parser.c
@@ -59,6 +59,7 @@ static const char rcsid[] =
#include "mystring.h"
#include "alias.h"
#include "show.h"
+#include "eval.h"
#ifndef NO_HISTORY
#include "myhistedit.h"
#endif
@@ -678,8 +679,6 @@ peektoken() {
return (t);
}
-STATIC int xxreadtoken();
-
STATIC int
readtoken() {
int t;
OpenPOWER on IntegriCloud