db8b5b018f
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ksh#642af4d65a6ae8825306305765a595a6f10eba47
13 lines
379 B
Diff
13 lines
379 B
Diff
diff --git a/src/cmd/ksh93/sh/parse.c b/src/cmd/ksh93/sh/parse.c
|
|
--- a/src/cmd/ksh93/sh/parse.c
|
|
+++ b/src/cmd/ksh93/sh/parse.c
|
|
@@ -742,7 +742,7 @@ static Shnode_t *funct(Lex_t *lexp)
|
|
register Shnode_t *t;
|
|
register int flag;
|
|
struct slnod *volatile slp=0;
|
|
- Stak_t *savstak;
|
|
+ Stak_t *volatile savstak=0;
|
|
Sfoff_t first, last;
|
|
struct functnod *volatile fp;
|
|
Sfio_t *iop;
|