update.
[chise/xemacs-chise.git-] / src / mb-utf-8.h
index 9e83ef1..9d66ccb 100644 (file)
@@ -36,6 +36,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* Does this byte represent the first byte of a character? */
 
+INLINE int BUFBYTE_FIRST_BYTE_P(Bufbyte c);
 INLINE int
 BUFBYTE_FIRST_BYTE_P(Bufbyte c)
 {
@@ -70,4 +71,7 @@ REP_BYTES_BY_FIRST_BYTE (int fb)
     return 6;
 }
 
+
+#include "mb-multibyte.h"
+
 #endif /* _XEMACS_MB_UTF_8_H */