From: Andreas Schwab Date: Sun, 11 Jul 2010 19:51:46 +0000 (+0200) Subject: * blockinput.h: Remove obsolete comment. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~51^2~78^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c8fc18ee03b411cf5e242af9e95fd34f90b15b0f;p=emacs.git * blockinput.h: Remove obsolete comment. --- diff --git a/src/ChangeLog b/src/ChangeLog index 2e5ea4658dc..14b11d64709 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/blockinput.h b/src/blockinput.h index 99c8274fc60..7ba6fc264fd 100644 --- a/src/blockinput.h +++ b/src/blockinput.h @@ -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 */