diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-12-13 13:24:02 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-12-13 13:24:02 +0000 |
commit | 62906360e98fa05af0804724114450279bb24016 (patch) | |
tree | ef06b86ce5d63e56aeca82e2122d63f4f38ed9c2 /src/xfns.c | |
parent | 10659c7727c5c3730aefd6f558ec9e0359108cc7 (diff) | |
download | emacs-62906360e98fa05af0804724114450279bb24016.tar.gz |
(gray_bitmap_bits): Declare `char *'.
Diffstat (limited to 'src/xfns.c')
-rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index bd83ce671c9..be89268ec76 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -124,7 +124,7 @@ extern double atof (); int gray_bitmap_width = gray_width; int gray_bitmap_height = gray_height; -unsigned char *gray_bitmap_bits = gray_bits; +char *gray_bitmap_bits = gray_bits; /* The name we're using in resource queries. Most often "emacs". */ |