comparison src/doprnt.c @ 88351:aac41b50c875

Include "character.h" instead of "charset.h".
author Kenichi Handa <handa@m17n.org>
date Fri, 01 Mar 2002 01:06:01 +0000
parents e66ccbc3c73d
children 2f877ed80fa6
comparison
equal deleted inserted replaced
88350:92955c874f43 88351:aac41b50c875
44 #endif 44 #endif
45 45
46 /* Since we use the macro CHAR_HEAD_P, we have to include this, but 46 /* Since we use the macro CHAR_HEAD_P, we have to include this, but
47 don't have to include others because CHAR_HEAD_P does not contains 47 don't have to include others because CHAR_HEAD_P does not contains
48 another macro. */ 48 another macro. */
49 #include "charset.h" 49 #include "character.h"
50 50
51 static int doprnt1 (); 51 static int doprnt1 ();
52 52
53 /* Generate output from a format-spec FORMAT, 53 /* Generate output from a format-spec FORMAT,
54 terminated at position FORMAT_END. 54 terminated at position FORMAT_END.