comparison 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
comparison
equal deleted inserted replaced
47307:06c376f5df86 47308:6cbb017aefea
23 23
24 extern Lisp_Object Vexecuting_macro; 24 extern Lisp_Object Vexecuting_macro;
25 25
26 /* Index of next character to fetch from that macro. */ 26 /* Index of next character to fetch from that macro. */
27 27
28 extern int executing_macro_index; 28 extern EMACS_INT executing_macro_index;
29 29
30 /* Number of successful iterations so far 30 /* Number of successful iterations so far
31 for innermost keyboard macro. 31 for innermost keyboard macro.
32 This is not bound at each level, 32 This is not bound at each level,
33 so after an error, it describes the innermost interrupted macro. */ 33 so after an error, it describes the innermost interrupted macro. */