# HG changeset patch # User Karl Heuer # Date 929660221 0 # Node ID de2065294ca3372d1c68a962dee2766688eb13ab # Parent 4daf369d28c0b0ef760675da5c4b8b9b10d8213b (invalid_eol_type): Make it unsigned. diff -r 4daf369d28c0 -r de2065294ca3 src/xdisp.c --- 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)