mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-29 16:39:53 +02:00
commit bash-20121221 snapshot
This commit is contained in:
@@ -173,9 +173,9 @@ typedef struct _sh_parser_state_t {
|
||||
|
||||
typedef struct _sh_input_line_state_t {
|
||||
char *input_line;
|
||||
int input_line_index;
|
||||
int input_line_size;
|
||||
int input_line_len;
|
||||
size_t input_line_index;
|
||||
size_t input_line_size;
|
||||
size_t input_line_len;
|
||||
} sh_input_line_state_t;
|
||||
|
||||
/* Let's try declaring these here. */
|
||||
|
||||
Reference in New Issue
Block a user