Mercurial > emacs
changeset 21846:486ac68ce051
Fix -Wimplicit warnings.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 29 Apr 1998 09:49:44 +0000 |
parents | 1bae35c78db2 |
children | 8f34099fb8b4 |
files | src/xfns.c |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Wed Apr 29 09:46:49 1998 +0000 +++ b/src/xfns.c Wed Apr 29 09:49:44 1998 +0000 @@ -713,6 +713,7 @@ /* Attach the `x-frame-parameter' properties to the Lisp symbol names of parameters relevant to X. */ +void init_x_parm_symbols () { int i; @@ -1620,10 +1621,6 @@ UNBLOCK_INPUT; } -extern Lisp_Object x_new_font (); -extern Lisp_Object x_new_fontset (); -extern Lisp_Object Fquery_fontset (); - void x_set_font (f, arg, oldval) struct frame *f; @@ -2948,6 +2945,7 @@ /* Create and set up the X window for frame F. */ +void x_window (f) struct frame *f; @@ -5220,6 +5218,7 @@ UNBLOCK_INPUT; } +void syms_of_xfns () { /* This is zero if not using X windows. */