From: Kenichi Handa Date: Wed, 2 Jul 1997 12:54:10 +0000 (+0000) Subject: Move #endif at the tail. X-Git-Tag: emacs-20.1~1405 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d295ed3c494def337a1dd0a23d5c25db040826a8;p=emacs.git Move #endif at the tail. --- diff --git a/src/fontset.h b/src/fontset.h index 00aedb77c66..2df41aa0b72 100644 --- a/src/fontset.h +++ b/src/fontset.h @@ -212,7 +212,6 @@ extern Lisp_Object Valternative_fontname_alist; extern Lisp_Object Vhighlight_wrong_size_font; extern Lisp_Object Vclip_large_size_font; -#endif /* _FONTSET_H */ extern int font_idx_temp; /* Load a font named FONTNAME for displaying CHARSET on frame F. @@ -231,3 +230,4 @@ extern int font_idx_temp; ? font_table + font_idx_temp \ : fs_load_font (f, font_table, charset, fontname, fontset)) +#endif /* _FONTSET_H */