diff src/macros.h @ 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 1030a9fcf001
children 5c37672e24c8
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.