commit bash-20210209 snapshot

This commit is contained in:
Chet Ramey
2021-02-11 17:19:31 -05:00
parent 220a95cdfb
commit 26db5626df
9 changed files with 368 additions and 6 deletions
+4 -2
View File
@@ -165,7 +165,8 @@ extern struct user_info current_user;
/* Structure in which to save partial parsing state when doing things like
PROMPT_COMMAND and bash_execute_unix_command execution. */
typedef struct _sh_parser_state_t {
typedef struct _sh_parser_state_t
{
/* parsing state */
int parser_state;
@@ -208,7 +209,8 @@ typedef struct _sh_parser_state_t {
REDIRECT *redir_stack[HEREDOC_MAX];
} sh_parser_state_t;
typedef struct _sh_input_line_state_t {
typedef struct _sh_input_line_state_t
{
char *input_line;
size_t input_line_index;
size_t input_line_size;