aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-09-22 04:28:52 +0000
committerJim Blandy <[email protected]>1992-09-22 04:28:52 +0000
commit0ca96cef67f9ae39f047d684c9eb59ba91a63c9a (patch)
tree4a6dbf631ea108d11ed800b135459f87c4f4221a
parenteac595cad2dd3ede8ff1ea6a3dc89df9ce8d2f0a (diff)
* keyboard.h (num_nonmacro_input_chars): Added extern declaration
for this.
-rw-r--r--src/keyboard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index 66e7e10eec..2c1285b165 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -20,6 +20,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* 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;