Bash-4.3 patch 26
This commit is contained in:
parent
b64a0e1d0b
commit
836a17be08
3 changed files with 5 additions and 2 deletions
2
parse.y
2
parse.y
|
@ -2953,6 +2953,8 @@ reset_parser ()
|
|||
FREE (word_desc_to_read);
|
||||
word_desc_to_read = (WORD_DESC *)NULL;
|
||||
|
||||
eol_ungetc_lookahead = 0;
|
||||
|
||||
current_token = '\n'; /* XXX */
|
||||
last_read_token = '\n';
|
||||
token_to_read = '\n';
|
||||
|
|
|
@ -25,6 +25,6 @@
|
|||
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
||||
looks for to find the patch level (for the sccs version string). */
|
||||
|
||||
#define PATCHLEVEL 25
|
||||
#define PATCHLEVEL 26
|
||||
|
||||
#endif /* _PATCHLEVEL_H_ */
|
||||
|
|
3
y.tab.c
3
y.tab.c
|
@ -5265,6 +5265,8 @@ reset_parser ()
|
|||
FREE (word_desc_to_read);
|
||||
word_desc_to_read = (WORD_DESC *)NULL;
|
||||
|
||||
eol_ungetc_lookahead = 0;
|
||||
|
||||
current_token = '\n'; /* XXX */
|
||||
last_read_token = '\n';
|
||||
token_to_read = '\n';
|
||||
|
@ -8539,4 +8541,3 @@ set_line_mbstate ()
|
|||
}
|
||||
}
|
||||
#endif /* HANDLE_MULTIBYTE */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue