]> git.eshelyaron.com Git - emacs.git/commitdiff
(executing_macro_index): Change type to EMACS_INT.
authorKim F. Storm <storm@cua.dk>
Sun, 8 Sep 2002 20:29:05 +0000 (20:29 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 8 Sep 2002 20:29:05 +0000 (20:29 +0000)
src/macros.h

index 8f3f003e39871e3bab1ce00114fcf18c5590ef4b..6c927b80b5cfef9bc5da4311b6394228a5f98f5c 100644 (file)
@@ -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.