Mercurial > emacs
diff src/gnu.h @ 5991:6ad8db6dc039
(gnu_bits): Use unsigned char.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 18 Feb 1994 06:28:50 +0000 |
| parents | 0ffcf74fb8ad |
| children | 695cf19ef79e d7ddb3e565de |
line wrap: on
line diff
--- a/src/gnu.h Fri Feb 18 06:10:23 1994 +0000 +++ b/src/gnu.h Fri Feb 18 06:28:50 1994 +0000 @@ -1,6 +1,6 @@ #define gnu_width 50 #define gnu_height 50 -static char gnu_bits[] = { +static unsigned char gnu_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x01, 0x00, 0x00,
