* blockinput.h: Remove obsolete comment.

This commit is contained in:
Andreas Schwab 2010-07-11 21:51:46 +02:00
parent 89887d672a
commit c8fc18ee03
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
* blockinput.h: Remove obsolete comment.
* lisp.h: Include <stddef.h>.
(OFFSETOF): Don't define.
(VECSIZE): Use offsetof instead of OFFSETOF.

View file

@ -122,7 +122,6 @@ extern int pending_atimers;
#define INPUT_BLOCKED_P (interrupt_input_blocked > 0)
/* Defined in keyboard.c */
/* Don't use a prototype here; it causes trouble in some files. */
extern void reinvoke_input_signal (void);
#endif /* EMACS_BLOCKINPUT_H */