aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/blockinput.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2e5ea4658dc..14b11d64709 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-07-11 Andreas Schwab <schwab@linux-m68k.org> 12010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2 2
3 * blockinput.h: Remove obsolete comment.
4
3 * lisp.h: Include <stddef.h>. 5 * lisp.h: Include <stddef.h>.
4 (OFFSETOF): Don't define. 6 (OFFSETOF): Don't define.
5 (VECSIZE): Use offsetof instead of OFFSETOF. 7 (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;
122#define INPUT_BLOCKED_P (interrupt_input_blocked > 0) 122#define INPUT_BLOCKED_P (interrupt_input_blocked > 0)
123 123
124/* Defined in keyboard.c */ 124/* Defined in keyboard.c */
125/* Don't use a prototype here; it causes trouble in some files. */
126extern void reinvoke_input_signal (void); 125extern void reinvoke_input_signal (void);
127 126
128#endif /* EMACS_BLOCKINPUT_H */ 127#endif /* EMACS_BLOCKINPUT_H */