changeset 89009:1260416c7819

(Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
author Kenichi Handa <handa@m17n.org>
date Mon, 19 Aug 2002 10:59:04 +0000
parents 3e08629c1469
children 0b75ae2e80b1
files src/editfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/editfns.c	Mon Aug 19 10:58:11 2002 +0000
+++ b/src/editfns.c	Mon Aug 19 10:59:04 2002 +0000
@@ -3314,7 +3314,7 @@
 
 	    thissize = 30;
 	    if (*format == 'c'
-		&& (! SINGLE_BYTE_CHAR_P (XINT (args[n]))
+		&& (! ASCII_CHAR_P (XINT (args[n]))
 		    || XINT (args[n]) == 0))
 	      {
 		if (! multibyte)