diff options
| author | Paul Eggert | 2014-06-08 11:27:22 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-06-08 11:27:22 -0700 |
| commit | ff2d0e8336c05cb7d3e86f7406784cefc1d6589e (patch) | |
| tree | 05c8974f47e1eee47c7ad5b39379a6687d15217d /src/termhooks.h | |
| parent | 83f1450065c55a3e5dce5db0da737cb7a6a4d60c (diff) | |
| download | emacs-ff2d0e8336c05cb7d3e86f7406784cefc1d6589e.tar.gz emacs-ff2d0e8336c05cb7d3e86f7406784cefc1d6589e.zip | |
If a C name must be extern on some platforms, make it extern on all.
* dispextern.h (set_vertical_scroll_bar, erase_phys_cursor)
(load_color):
* font.h (ftxfont_driver) [HAVE_XFT]:
* keyboard.h (menu_items_inuse, ignore_mouse_drag_p, make_ctrl_char):
* lisp.h (get_frame_param):
* menu.h (tty_menu_show):
* process.h (conv_sockaddr_to_lisp, catch_child_signal):
* termhooks.h (encode_terminal_code):
* xterm.h (x_menu_wait_for_event):
Always declare.
* frame.c (get_frame_param):
* fringe.c (max_used_fringe_bitmap):
* ftxfont.c (ftxfont_driver):
* keyboard.c (ignore_mouse_drag_p, make_ctrl_char):
* menu.c (menu_items_inuse):
* process.c (conv_sockaddr_to_lisp, catch_child_signal):
* term.c (encode_terminal_code, tty_menu_show):
* xdisp.c (set_vertical_scroll_bar, erase_phys_cursor):
* xfaces.c (load_color):
* xmenu.c (x_menu_wait_for_event):
Now always extern.
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 7aef3ae619d..f9bf9d785b6 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -651,10 +651,8 @@ extern void delete_terminal (struct terminal *); | |||
| 651 | /* The initial terminal device, created by initial_term_init. */ | 651 | /* The initial terminal device, created by initial_term_init. */ |
| 652 | extern struct terminal *initial_terminal; | 652 | extern struct terminal *initial_terminal; |
| 653 | 653 | ||
| 654 | #ifdef DOS_NT | ||
| 655 | extern unsigned char *encode_terminal_code (struct glyph *, int, | 654 | extern unsigned char *encode_terminal_code (struct glyph *, int, |
| 656 | struct coding_system *); | 655 | struct coding_system *); |
| 657 | #endif | ||
| 658 | 656 | ||
| 659 | #ifdef HAVE_GPM | 657 | #ifdef HAVE_GPM |
| 660 | extern void close_gpm (int gpm_fd); | 658 | extern void close_gpm (int gpm_fd); |