commit bash-20180713 snapshot

This commit is contained in:
Chet Ramey
2018-07-18 10:23:04 -04:00
parent a078e04c3d
commit 96efdbb5b4
16 changed files with 106 additions and 27 deletions
+7
View File
@@ -3168,6 +3168,13 @@ reset_parser ()
token_to_read = '\n';
}
void
reset_readahead_token ()
{
if (token_to_read == '\n')
token_to_read = 0;
}
/* Read the next token. Command can be READ (normal operation) or
RESET (to normalize state). */
static int