diff src/keyboard.h @ 1191:4a1b4379eb53

* keyboard.h (num_nonmacro_input_chars): Added extern declaration for this.
author Jim Blandy <jimb@redhat.com>
date Tue, 22 Sep 1992 04:28:52 +0000
parents 0ffcf74fb8ad
children 339a82d29dfa
line wrap: on
line diff
--- a/src/keyboard.h	Tue Sep 22 02:04:19 1992 +0000
+++ b/src/keyboard.h	Tue Sep 22 04:28:52 1992 +0000
@@ -20,6 +20,9 @@
 /* Total number of times read_char has returned.  */
 extern int num_input_chars;
 
+/* Total number of times read_char has returned, outside of macros.  */
+extern int num_nonmacro_input_chars;
+
 /* Nonzero means polling for input is temporarily suppresed.  */
 extern int poll_suppress_count;