Bash-4.3 patch 42
This commit is contained in:
parent
2b3ca7e0cf
commit
ae339e9c3c
3 changed files with 5 additions and 1 deletions
2
parse.y
2
parse.y
|
@ -3708,6 +3708,8 @@ eof_error:
|
||||||
/*itrace("parse_comsub:%d: lex_inword -> 1 ch = `%c' (%d)", line_number, ch, __LINE__);*/
|
/*itrace("parse_comsub:%d: lex_inword -> 1 ch = `%c' (%d)", line_number, ch, __LINE__);*/
|
||||||
tflags |= LEX_INWORD;
|
tflags |= LEX_INWORD;
|
||||||
lex_wlen = 0;
|
lex_wlen = 0;
|
||||||
|
if (tflags & LEX_RESWDOK)
|
||||||
|
lex_rwlen = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,6 @@
|
||||||
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
||||||
looks for to find the patch level (for the sccs version string). */
|
looks for to find the patch level (for the sccs version string). */
|
||||||
|
|
||||||
#define PATCHLEVEL 41
|
#define PATCHLEVEL 42
|
||||||
|
|
||||||
#endif /* _PATCHLEVEL_H_ */
|
#endif /* _PATCHLEVEL_H_ */
|
||||||
|
|
2
y.tab.c
2
y.tab.c
|
@ -6020,6 +6020,8 @@ eof_error:
|
||||||
/*itrace("parse_comsub:%d: lex_inword -> 1 ch = `%c' (%d)", line_number, ch, __LINE__);*/
|
/*itrace("parse_comsub:%d: lex_inword -> 1 ch = `%c' (%d)", line_number, ch, __LINE__);*/
|
||||||
tflags |= LEX_INWORD;
|
tflags |= LEX_INWORD;
|
||||||
lex_wlen = 0;
|
lex_wlen = 0;
|
||||||
|
if (tflags & LEX_RESWDOK)
|
||||||
|
lex_rwlen = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue