diff options
| author | Richard M. Stallman | 1994-02-18 06:28:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-02-18 06:28:50 +0000 |
| commit | 1b975aff448ce848e6346cfcf8fd36c1ca4e4e04 (patch) | |
| tree | 1659248f08799218c6e1fb49755538ac1588c5c3 /src/gnu.h | |
| parent | 573f41aba93ea9357c6d3dc0a48c74e9a8aee880 (diff) | |
| download | emacs-1b975aff448ce848e6346cfcf8fd36c1ca4e4e04.tar.gz emacs-1b975aff448ce848e6346cfcf8fd36c1ca4e4e04.zip | |
(gnu_bits): Use unsigned char.
Diffstat (limited to 'src/gnu.h')
| -rw-r--r-- | src/gnu.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | #define gnu_width 50 | 1 | #define gnu_width 50 |
| 2 | #define gnu_height 50 | 2 | #define gnu_height 50 |
| 3 | static char gnu_bits[] = { | 3 | static unsigned char gnu_bits[] = { |
| 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 5 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, | 5 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 6 | 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x01, 0x00, 0x00, | 6 | 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x01, 0x00, 0x00, |