From: tomo Date: Sat, 4 Sep 1999 08:39:37 +0000 (+0000) Subject: Include mb-multibyte.h. X-Git-Tag: r21-2-19-utf-2000-0_6-0~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cc3fa37f8b7c6fa927dc27dc65cf2721c03e7a47;p=chise%2Fxemacs-chise.git Include mb-multibyte.h. --- diff --git a/src/mb-lb.h b/src/mb-lb.h index f91270c..26d9359 100644 --- a/src/mb-lb.h +++ b/src/mb-lb.h @@ -1,4 +1,4 @@ -/* Header for buffer/string representation based on leading-byte. +/* Header for leading-byte based string representation. Copyright (C) 1999 Electrotechnical Laboratory, JAPAN. Licensed to the Free Software Foundation. @@ -29,4 +29,7 @@ Boston, MA 02111-1307, USA. */ /* Maximum number of buffer bytes per Emacs character. */ #define MAX_EMCHAR_LEN 4 + +#include "mb-multibyte.h" + #endif /* _XEMACS_MB_LB_H */ diff --git a/src/mb-utf-8.h b/src/mb-utf-8.h index 9e83ef1..63cf457 100644 --- a/src/mb-utf-8.h +++ b/src/mb-utf-8.h @@ -70,4 +70,7 @@ REP_BYTES_BY_FIRST_BYTE (int fb) return 6; } + +#include "mb-multibyte.h" + #endif /* _XEMACS_MB_UTF_8_H */