]> code.delx.au - gnu-emacs/blobdiff - src/gnu.h
(Fdelete_frame): If we're in single_bboard_state on
[gnu-emacs] / src / gnu.h
index b699ffe46046d0caa2f543e119bad7676b05015b..1d623431af8e1fdbf52211d2c9f9a615bdcd7a66 100644 (file)
--- a/src/gnu.h
+++ b/src/gnu.h
@@ -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,
@@ -31,3 +31,6 @@ static char gnu_bits[] = {
    0xf8, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x02, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    0x00, 0x00};
+
+/* arch-tag: b57020c7-c937-4d77-8ca6-3875178d9828
+   (do not change this comment) */