# HG changeset patch # User Jim Blandy # Date 717136132 0 # Node ID 4a1b4379eb53ec08d4a4035e50cb943a4c53a67d # Parent 747b98b6d8250cab90bb6dbfcd8547a97625ae95 * keyboard.h (num_nonmacro_input_chars): Added extern declaration for this. diff -r 747b98b6d825 -r 4a1b4379eb53 src/keyboard.h --- 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;