Mercurial > emacs
changeset 24868:de2065294ca3
(invalid_eol_type): Make it unsigned.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 17 Jun 1999 22:57:01 +0000 |
parents | 4daf369d28c0 |
children | 28e022c50e4f |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Thu Jun 17 22:52:23 1999 +0000 +++ b/src/xdisp.c Thu Jun 17 22:57:01 1999 +0000 @@ -4566,7 +4566,7 @@ If EOL_FLAG is 1, set also a mnemonic character for end-of-line type of CODING_SYSTEM. Return updated pointer into BUF. */ -static char invalid_eol_type[] = "(*invalid*)"; +static unsigned char invalid_eol_type[] = "(*invalid*)"; static char * decode_mode_spec_coding (coding_system, buf, eol_flag)