mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-09-01 07:30:45 +02:00
Bash-5.3-alpha release
This commit is contained in:
@@ -69,7 +69,7 @@ static int executing_macro_index;
|
||||
static char *current_macro = (char *)NULL;
|
||||
|
||||
/* The size of the buffer allocated to current_macro. */
|
||||
static int current_macro_size;
|
||||
static size_t current_macro_size;
|
||||
|
||||
/* The index at which characters are being added to current_macro. */
|
||||
static int current_macro_index;
|
||||
|
||||
Reference in New Issue
Block a user