* termhooks.h: In order to avoid declaring struct input_event
authorJim Blandy <jimb@redhat.com>
Sun, 18 Jul 1993 06:27:38 +0000 (06:27 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 18 Jul 1993 06:27:38 +0000 (06:27 +0000)
commit23c6349cdd816e4cb0639ad397d8df6aee35cb27
treead9cda9715b2b50b87ade0a9302ce78cf604391d
parent46f2fdac02f40712c3405fa5de4aa5a14412384d
* termhooks.h: In order to avoid declaring struct input_event
(which contains Lisp_Objects) in those .c files which need access
to the terminal hooks but don't #include lisp.h (like cm.c), test
to see if the macro CONSP is #defined.  We used to test XINT, but
config.h will #define that everywhere on systems that use tailored
tagging schemes.
src/termhooks.h