Delete comment.
authortomo <tomo>
Thu, 2 Sep 1999 23:09:21 +0000 (23:09 +0000)
committertomo <tomo>
Thu, 2 Sep 1999 23:09:21 +0000 (23:09 +0000)
src/char-1byte.h
src/char-lb.h
src/char-ucs.h

index 5f8f60d..7a37242 100644 (file)
@@ -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 */
index 552c0b4..a9bbce9 100644 (file)
@@ -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);
index 2db4ca3..b74231c 100644 (file)
@@ -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)