# HG changeset patch # User Andreas Schwab # Date 1278877906 -7200 # Node ID 6e14fb772f21ecca34ba181dabdfffa359f61399 # Parent a0d2db31314d7ae789270ac8c81031cd0a0a20d7 * blockinput.h: Remove obsolete comment. diff -r a0d2db31314d -r 6e14fb772f21 src/ChangeLog --- 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 + * blockinput.h: Remove obsolete comment. + * lisp.h: Include . (OFFSETOF): Don't define. (VECSIZE): Use offsetof instead of OFFSETOF. diff -r a0d2db31314d -r 6e14fb772f21 src/blockinput.h --- 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 */