diff options
| author | Andreas Schwab | 1998-04-29 09:49:44 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-04-29 09:49:44 +0000 |
| commit | 201d8c78ac2d25d339781927fe767684c144cfe3 (patch) | |
| tree | 089ef69af178176aaa635188a816616e0e9be9d6 /src | |
| parent | 84920a5cceccb3a57226656306677d86aaae33e6 (diff) | |
| download | emacs-201d8c78ac2d25d339781927fe767684c144cfe3.tar.gz emacs-201d8c78ac2d25d339781927fe767684c144cfe3.zip | |
Fix -Wimplicit warnings.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/xfns.c b/src/xfns.c index 4f4e26fac1c..00632c86341 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -713,6 +713,7 @@ static struct x_frame_parm_table x_frame_parms[] = | |||
| 713 | /* Attach the `x-frame-parameter' properties to | 713 | /* Attach the `x-frame-parameter' properties to |
| 714 | the Lisp symbol names of parameters relevant to X. */ | 714 | the Lisp symbol names of parameters relevant to X. */ |
| 715 | 715 | ||
| 716 | void | ||
| 716 | init_x_parm_symbols () | 717 | init_x_parm_symbols () |
| 717 | { | 718 | { |
| 718 | int i; | 719 | int i; |
| @@ -1620,10 +1621,6 @@ x_set_icon_name (f, arg, oldval) | |||
| 1620 | UNBLOCK_INPUT; | 1621 | UNBLOCK_INPUT; |
| 1621 | } | 1622 | } |
| 1622 | 1623 | ||
| 1623 | extern Lisp_Object x_new_font (); | ||
| 1624 | extern Lisp_Object x_new_fontset (); | ||
| 1625 | extern Lisp_Object Fquery_fontset (); | ||
| 1626 | |||
| 1627 | void | 1624 | void |
| 1628 | x_set_font (f, arg, oldval) | 1625 | x_set_font (f, arg, oldval) |
| 1629 | struct frame *f; | 1626 | struct frame *f; |
| @@ -2948,6 +2945,7 @@ x_window (f, window_prompting, minibuffer_only) | |||
| 2948 | 2945 | ||
| 2949 | /* Create and set up the X window for frame F. */ | 2946 | /* Create and set up the X window for frame F. */ |
| 2950 | 2947 | ||
| 2948 | void | ||
| 2951 | x_window (f) | 2949 | x_window (f) |
| 2952 | struct frame *f; | 2950 | struct frame *f; |
| 2953 | 2951 | ||
| @@ -5220,6 +5218,7 @@ x_sync (f) | |||
| 5220 | UNBLOCK_INPUT; | 5218 | UNBLOCK_INPUT; |
| 5221 | } | 5219 | } |
| 5222 | 5220 | ||
| 5221 | void | ||
| 5223 | syms_of_xfns () | 5222 | syms_of_xfns () |
| 5224 | { | 5223 | { |
| 5225 | /* This is zero if not using X windows. */ | 5224 | /* This is zero if not using X windows. */ |