mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 16:50:58 +01:00
15327: always use local LINENOs in parse_string().
This commit is contained in:
parent
18496bfebc
commit
003ec8c7e8
8 changed files with 22 additions and 14 deletions
|
|
@ -2602,7 +2602,7 @@ build_dump(char *nam, char *dump, char **files, int ali, int map, int flags)
|
|||
close(fd);
|
||||
file = metafy(file, flen, META_REALLOC);
|
||||
|
||||
if (!(prog = parse_string(file, 1)) || errflag) {
|
||||
if (!(prog = parse_string(file)) || errflag) {
|
||||
errflag = 0;
|
||||
close(dfd);
|
||||
zfree(file, flen);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue