Mercurial > emacs
changeset 109321:6e14fb772f21
* blockinput.h: Remove obsolete comment.
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Sun, 11 Jul 2010 21:51:46 +0200 |
parents | a0d2db31314d |
children | 02b388bb2a4b |
files | src/ChangeLog src/blockinput.h |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Jul 11 20:34:43 2010 +0200 +++ b/src/ChangeLog Sun Jul 11 21:51:46 2010 +0200 @@ -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.
--- a/src/blockinput.h Sun Jul 11 20:34:43 2010 +0200 +++ b/src/blockinput.h Sun Jul 11 21:51:46 2010 +0200 @@ -122,7 +122,6 @@ #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 */