changeset 47308:6cbb017aefea

(executing_macro_index): Change type to EMACS_INT.
author Kim F. Storm <storm@cua.dk>
date Sun, 08 Sep 2002 20:29:05 +0000
parents 06c376f5df86
children ecc0e6fd8056
files src/macros.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/macros.h	Sun Sep 08 20:28:46 2002 +0000
+++ b/src/macros.h	Sun Sep 08 20:29:05 2002 +0000
@@ -25,7 +25,7 @@
 
 /* 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.