Mercurial > emacs
comparison src/blockinput.h @ 109108:5842e8fabe06
Convert some prototypes to standard C.
* lib-src/make-docfile.c (xmalloc, xrealloc, concat, readline, fatal):
* lib-src/b2m.c (scan_file, scan_lisp_file, scan_c_file): Convert to
standard C prototypes.
* src/term.c (term_clear_mouse_face, Fidentity):
* src/syssignal.h (signal_handler_t):
* src/lisp.h (memory_warnings):
* src/coding.h (preferred_coding_system):
* src/cm.h (evalcost):
* src/blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Fri, 02 Jul 2010 15:18:28 -0700 |
| parents | 1d1d5d9bd884 |
| children | 6e14fb772f21 |
comparison
equal
deleted
inserted
replaced
| 109107:06fb882320aa | 109108:5842e8fabe06 |
|---|---|
| 121 /* In critical section ? */ | 121 /* In critical section ? */ |
| 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. */ | 125 /* Don't use a prototype here; it causes trouble in some files. */ |
| 126 extern void reinvoke_input_signal (); | 126 extern void reinvoke_input_signal (void); |
| 127 | 127 |
| 128 #endif /* EMACS_BLOCKINPUT_H */ | 128 #endif /* EMACS_BLOCKINPUT_H */ |
| 129 | 129 |
| 130 /* arch-tag: 51a9ec86-945a-4966-8f04-2d1341250e03 | 130 /* arch-tag: 51a9ec86-945a-4966-8f04-2d1341250e03 |
| 131 (do not change this comment) */ | 131 (do not change this comment) */ |
