comparison src/fontset.c @ 96655:c99855bde467

Include <stdio.h> unconditionally.
author Kenichi Handa <handa@m17n.org>
date Mon, 14 Jul 2008 07:05:10 +0000
parents c80528d6e629
children d45acf0c8d23
comparison
equal deleted inserted replaced
96654:0b339c48424c 96655:c99855bde467
25 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 25 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
26 26
27 /* #define FONTSET_DEBUG */ 27 /* #define FONTSET_DEBUG */
28 28
29 #include <config.h> 29 #include <config.h>
30
31 #ifdef FONTSET_DEBUG
32 #include <stdio.h> 30 #include <stdio.h>
33 #endif
34 31
35 #include "lisp.h" 32 #include "lisp.h"
36 #include "blockinput.h" 33 #include "blockinput.h"
37 #include "buffer.h" 34 #include "buffer.h"
38 #include "character.h" 35 #include "character.h"