summaryrefslogtreecommitdiff
path: root/macro.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2024-04-22 10:41:37 -0400
committerChet Ramey <chet.ramey@case.edu>2024-04-22 10:41:37 -0400
commit69e5c5e4c9778bf86c3d1c6b058ddece70854de8 (patch)
tree47180ebc4b0b8218364c19b4f185de971387329c /macro.c
parent5d4d92f221d6aac4be445bdd8cd9b48d9ac33f04 (diff)
Readline-8.3-alpha releasereadline-8.3-alpha
Diffstat (limited to 'macro.c')
-rw-r--r--macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macro.c b/macro.c
index 231a24b..9ac258d 100644
--- a/macro.c
+++ b/macro.c
@@ -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;