summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-07-02 12:54:10 +0000
committerKenichi Handa <handa@m17n.org>1997-07-02 12:54:10 +0000
commit4608e3f62e6718cfb123233c876d4cdcfb752fa8 (patch)
treec7d63d47438810feed23362a5b5c61791b847c9c /src
parent8ebe6029703fe2be947d752f9da465a2c88d4651 (diff)
downloademacs-4608e3f62e6718cfb123233c876d4cdcfb752fa8.tar.gz
Move #endif at the tail.
Diffstat (limited to 'src')
-rw-r--r--src/fontset.h2
1 files changed, 1 insertions, 1 deletions
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 */