From: Karl Heuer Date: Wed, 8 Apr 1998 06:50:18 +0000 (+0000) Subject: (CHAR_STRING): Cast to unsigned char ** explicitly. X-Git-Tag: emacs-20.3~1658 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54c182d14b007869300e12e0f6e491daf09eff0b;p=emacs.git (CHAR_STRING): Cast to unsigned char ** explicitly. --- diff --git a/src/charset.h b/src/charset.h index 86f81fc89e8..dd2d8aa8c90 100644 --- a/src/charset.h +++ b/src/charset.h @@ -564,7 +564,7 @@ extern int iso_charset_table[2][2][128]; #define CHAR_STRING(c, workbuf, str) \ (SINGLE_BYTE_CHAR_P (c) \ ? *(str = workbuf) = (unsigned char)(c), 1 \ - : non_ascii_char_to_string (c, workbuf, &str)) + : non_ascii_char_to_string (c, workbuf, (unsigned char **)&str)) /* Return a character code of the character of which multi-byte form is at STR and the length is LEN. If STR doesn't contain valid