Mercurial > emacs
view src/bitmaps/gray3.xbm @ 112290:9164d0b32512
* fontset.c (free_realized_fontset): Mark unreachable code with if (0).
Previously it was marked by preceding it with "return;", but
Sun cc complains about this.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sun, 16 Jan 2011 19:05:08 -0800 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray3_width 4 #define gray3_height 4 static unsigned char gray3_bits[] = { 0x01, 0x00, 0x04, 0x00};