Mercurial > emacs
diff src/fontset.c @ 21514:fa9ff387d260
Fix -Wimplicit warnings.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Tue, 14 Apr 1998 12:25:56 +0000 |
| parents | 577865651099 |
| children | 2d7afcd11b72 |
line wrap: on
line diff
--- a/src/fontset.c Tue Apr 14 10:56:46 1998 +0000 +++ b/src/fontset.c Tue Apr 14 12:25:56 1998 +0000 @@ -492,8 +492,6 @@ return Qnil; } -Lisp_Object Fframe_char_width (); - /* Return a list of names of available fontsets matching PATTERN on frame F. If SIZE is not 0, it is the size (maximum bound width) of fontsets to be listed. */ @@ -600,7 +598,6 @@ return Qnil; } -extern Lisp_Object Fframe_parameters (); extern Lisp_Object Qfont; Lisp_Object Qfontset; @@ -802,6 +799,7 @@ return info; } +void syms_of_fontset () { int i;
