Mercurial > hg > xemacs-beta
diff src/frame.c @ 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 | b531bf8658e9 |
children | a8d8f419b459 |
line wrap: on
line diff
--- a/src/frame.c Thu Apr 24 05:29:12 2003 +0000 +++ b/src/frame.c Thu Apr 24 05:33:44 2003 +0000 @@ -123,7 +123,7 @@ DISPLAYABLE_PIXEL_TO_CHAR, TOTAL_PIXEL_TO_CHAR, CHAR_TO_TOTAL_PIXEL, - CHAR_TO_DISPLAYABLE_PIXEL, + CHAR_TO_DISPLAYABLE_PIXEL } pixel_to_char_mode_t; static void frame_conversion_internal (struct frame *f,