* blockinput.h: Remove obsolete comment.
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 11 Jul 2010 19:51:46 +0000 (21:51 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 11 Jul 2010 19:51:46 +0000 (21:51 +0200)
src/ChangeLog
src/blockinput.h

index 2e5ea46..14b11d6 100644 (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.
index 99c8274..7ba6fc2 100644 (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 */