projects
/
chise
/
xemacs-chise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d8e692
)
(non_ascii_valid_char_p): Don't define in UTF2000.
author
tomo
<tomo>
Tue, 15 Jun 1999 02:08:35 +0000
(
02:08
+0000)
committer
tomo
<tomo>
Tue, 15 Jun 1999 02:08:35 +0000
(
02:08
+0000)
src/buffer.h
patch
|
blob
|
history
diff --git
a/src/buffer.h
b/src/buffer.h
index
808277b
..
623c1cc
100644
(file)
--- a/
src/buffer.h
+++ b/
src/buffer.h
@@
-532,11
+532,11
@@
charptr_copy_char (CONST Bufbyte *ptr, Bufbyte *ptr2)
#ifdef MULE
-int non_ascii_valid_char_p (Emchar ch);
-
#ifdef UTF2000
#define valid_char_p(ch) 1
#else
+int non_ascii_valid_char_p (Emchar ch);
+
INLINE int valid_char_p (Emchar ch);
INLINE int
valid_char_p (Emchar ch)