From cc3fa37f8b7c6fa927dc27dc65cf2721c03e7a47 Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 4 Sep 1999 08:39:37 +0000 Subject: [PATCH] Include mb-multibyte.h. --- src/mb-lb.h | 5 ++++- src/mb-utf-8.h | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 */ -- 1.7.10.4