X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fmb-utf-8.h;h=63cf457f67380f8f33c86b0c60e0c711446870fd;hb=6797bde39c52203650064ef8e079af5a9c5f124a;hp=1bd1a8032a5a784aa336f78a484aa583cd71a3f4;hpb=af463765dbddb93f2b19556e02a745ec39550266;p=chise%2Fxemacs-chise.git- diff --git a/src/mb-utf-8.h b/src/mb-utf-8.h index 1bd1a80..63cf457 100644 --- a/src/mb-utf-8.h +++ b/src/mb-utf-8.h @@ -1,4 +1,4 @@ -/* Header for UTF-8 buffer/string representation. +/* Header for UTF-8 string representation. Copyright (C) 1999 Electrotechnical Laboratory, JAPAN. Licensed to the Free Software Foundation. @@ -19,7 +19,7 @@ along with XEmacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Rewritten by MORIOKA Tomohiko . */ +/* Author: MORIOKA Tomohiko . */ #ifndef _XEMACS_MB_UTF_8_H #define _XEMACS_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 */