Mercurial > hg > xemacs-beta
diff src/file-coding.h @ 1429:969b7290edca
[xemacs-hg @ 2003-04-24 05:33:43 by youngs]
2003-04-24 Matthew O. Persico <persicom@acedsl.com>
* unicode.c: Removed trailing commas in some enums; older
(Solaris 2.7 cc) compiler produced volumous warnings.
* text.c: Replaced char initialization of static Ibyte
strcasecmp_charmap[] with octal numeric init. Apparently older
(Solaris 2.7 cc) compiler treats quoted octals as signed,
causing 256 signed-assigned-to-unsigned warnings.
* lrecord.h: Removed trailing commas in some enums; older
(Solaris 2.7 cc) compiler produced volumous warnings.
* lisp.h: Removed trailing commas in some enums; older
(Solaris 2.7 cc) compiler produced volumous warnings.
* frame.c: Removed trailing commas in some enums; older
(Solaris 2.7 cc) compiler produced volumous warnings.
* file-coding.h: Removed trailing commas in some enums; older
(Solaris 2.7 cc) compiler produced volumous warnings.
author | youngs |
---|---|
date | Thu, 24 Apr 2003 05:33:44 +0000 |
parents | 70921960b980 |
children | 34ca43a57692 |
line wrap: on
line diff
--- a/src/file-coding.h Thu Apr 24 05:29:12 2003 +0000 +++ b/src/file-coding.h Thu Apr 24 05:33:44 2003 +0000 @@ -179,7 +179,7 @@ EOL_LF, EOL_CRLF, EOL_CR, - EOL_AUTODETECT, + EOL_AUTODETECT }; struct Lisp_Coding_System @@ -226,7 +226,7 @@ ccl_coding_system, shift_jis_coding_system, big5_coding_system, - unicode_coding_system, + unicode_coding_system }; struct coding_system_methods @@ -730,7 +730,7 @@ DET_QUITE_IMPROBABLE = -2, /* An erroneous sequence was seen. */ DET_NEARLY_IMPOSSIBLE = -3, - DET_LOWEST = -3, + DET_LOWEST = -3 }; extern int coding_detector_count;