From d23fb40a7a18782ab89c4afcbd3bc829733c2e44 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sun, 8 Sep 2002 20:29:05 +0000 Subject: [PATCH] (executing_macro_index): Change type to EMACS_INT. --- src/macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macros.h b/src/macros.h index 8f3f003e398..6c927b80b5c 100644 --- a/src/macros.h +++ b/src/macros.h @@ -25,7 +25,7 @@ extern Lisp_Object Vexecuting_macro; /* Index of next character to fetch from that macro. */ -extern int executing_macro_index; +extern EMACS_INT executing_macro_index; /* Number of successful iterations so far for innermost keyboard macro. -- 2.39.2