1
0
Fork 0
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:
Peter Stephenson 2001-07-09 16:05:13 +00:00
parent 18496bfebc
commit 003ec8c7e8
8 changed files with 22 additions and 14 deletions

View file

@ -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);