commit bash-20121221 snapshot

This commit is contained in:
Chet Ramey
2013-01-03 10:47:42 -05:00
parent 77b3aacbdf
commit 36eb585cfa
51 changed files with 33625 additions and 656 deletions
+3 -3
View File
@@ -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. */