]> code.delx.au - gnu-emacs/blobdiff - src/macros.h
Remove redundant include of unistd.h, stdlib.h. Use
[gnu-emacs] / src / macros.h
index 8f3f003e39871e3bab1ce00114fcf18c5590ef4b..3f2629c661dad6450735d5adc8d6ec2601fbe548 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.
@@ -40,6 +40,10 @@ extern int executing_macro_iterations;
 
 extern Lisp_Object executing_macro;
 
+/* Finish defining the current keyboard macro.  */
+
+extern void end_kbd_macro P_ ((void));
+
 /* Declare that all chars stored so far in the kbd macro being defined
  really belong to it.  This is done in between editor commands.  */