projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a459be
)
Include mb-multibyte.h.
author
tomo
<tomo>
Sat, 4 Sep 1999 08:39:37 +0000
(08:39 +0000)
committer
tomo
<tomo>
Sat, 4 Sep 1999 08:39:37 +0000
(08:39 +0000)
src/mb-lb.h
patch
|
blob
|
history
src/mb-utf-8.h
patch
|
blob
|
history
diff --git
a/src/mb-lb.h
b/src/mb-lb.h
index
f91270c
..
26d9359
100644
(file)
--- 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
(file)
--- 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 */