From: Kim F. Storm Date: Sun, 8 Sep 2002 20:29:05 +0000 (+0000) Subject: (executing_macro_index): Change type to EMACS_INT. X-Git-Tag: ttn-vms-21-2-B4~13326 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d23fb40a7a18782ab89c4afcbd3bc829733c2e44;p=emacs.git (executing_macro_index): Change type to EMACS_INT. --- 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.