From: tomo Date: Thu, 2 Sep 1999 23:09:21 +0000 (+0000) Subject: Delete comment. X-Git-Tag: r21-2-19-utf-2000-0_6-0~22 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fc9aa002e3cfea376b53836fccc1f0232fd83807;p=chise%2Fxemacs-chise.git Delete comment. --- diff --git a/src/char-1byte.h b/src/char-1byte.h index 5f8f60d..7a37242 100644 --- a/src/char-1byte.h +++ b/src/char-1byte.h @@ -24,10 +24,6 @@ Boston, MA 02111-1307, USA. */ #ifndef _XEMACS_CHAR_1BYTE_H #define _XEMACS_CHAR_1BYTE_H -/* ---------------------------- */ -/* (D) For working with Emchars */ -/* ---------------------------- */ - #define valid_char_p(ch) ((unsigned int) (ch) <= 0xff) #endif /* _XEMACS_CHAR_1BYTE_H */ diff --git a/src/char-lb.h b/src/char-lb.h index 552c0b4..a9bbce9 100644 --- a/src/char-lb.h +++ b/src/char-lb.h @@ -26,10 +26,6 @@ Boston, MA 02111-1307, USA. */ #include "mule-charset.h" -/* ---------------------------- */ -/* (D) For working with Emchars */ -/* ---------------------------- */ - int non_ascii_valid_char_p (Emchar ch); INLINE int valid_char_p (Emchar ch); diff --git a/src/char-ucs.h b/src/char-ucs.h index 2db4ca3..b74231c 100644 --- a/src/char-ucs.h +++ b/src/char-ucs.h @@ -24,10 +24,6 @@ Boston, MA 02111-1307, USA. */ #ifndef _XEMACS_CHAR_UCS_H #define _XEMACS_CHAR_UCS_H -/* ---------------------------- */ -/* (D) For working with Emchars */ -/* ---------------------------- */ - #define valid_char_p(ch) 1 #define CHAR_ASCII_P(ch) ((ch) <= 0x7F)