diff options
| author | Diomidis Spinellis <dds@FreeBSD.org> | 2003-07-05 15:18:44 +0000 |
|---|---|---|
| committer | Diomidis Spinellis <dds@FreeBSD.org> | 2003-07-05 15:18:44 +0000 |
| commit | 2ba1b30bf50f04ab147452cfba7a3b9899f1d59c (patch) | |
| tree | b3c2aa55b49d1fcca627aec69e1e5a16b264b51d /bin/sh/input.c | |
| parent | cf3574284719d98bca0fa10588677f35f2e8202f (diff) | |
Notes
Diffstat (limited to 'bin/sh/input.c')
| -rw-r--r-- | bin/sh/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/input.c b/bin/sh/input.c index 47c7283962a8..85b94d6759ec 100644 --- a/bin/sh/input.c +++ b/bin/sh/input.c @@ -102,7 +102,7 @@ MKINIT int parselleft; /* copy of parsefile->lleft */ char *parsenextc; /* copy of parsefile->nextc */ MKINIT struct parsefile basepf; /* top level input file */ char basebuf[BUFSIZ]; /* buffer for top level input file */ -struct parsefile *parsefile = &basepf; /* current input file */ +STATIC struct parsefile *parsefile = &basepf; /* current input file */ int init_editline = 0; /* editline library initialized? */ int whichprompt; /* 1 == PS1, 2 == PS2 */ |
