emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src character.h


From: Kenichi Handa
Subject: [Emacs-diffs] emacs/src character.h
Date: Tue, 07 Jul 2009 06:26:36 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   09/07/07 06:26:36

Modified files:
        src            : character.h 

Log message:
        (unibyte_has_multibyte_table): Delete extern.
        (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/character.h?cvsroot=emacs&r1=1.15&r2=1.16

Patches:
Index: character.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/character.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- character.h 8 Jan 2009 03:15:27 -0000       1.15
+++ character.h 7 Jul 2009 06:26:36 -0000       1.16
@@ -87,12 +87,6 @@
 #define unibyte_char_to_multibyte(c)   \
   ((c) < 256 ? unibyte_to_multibyte_table[(c)] : (c))
 
-/* Nth element is 1 iff unibyte char N can be mapped to a multibyte
-   char.  */
-extern char unibyte_has_multibyte_table[256];
-
-#define UNIBYTE_CHAR_HAS_MULTIBYTE_P(c) (unibyte_has_multibyte_table[(c)])
-
 /* If C is not ASCII, make it unibyte. */
 #define MAKE_CHAR_UNIBYTE(c)   \
   do {                         \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]