1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(init_fringe_bitmap): Define j in MAC_OS code.

This commit is contained in:
Stephen Eglen 2004-02-16 11:54:29 +00:00
parent ca06718d25
commit 159c348e36
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-02-16 Stephen Eglen <stephen@gnu.org>
* fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
* data.c (Fbyteorder):

View File

@ -1067,6 +1067,7 @@ init_fringe_bitmap (which, fb, once_p)
#if defined (MAC_OS) && defined (WORDS_BIG_ENDIAN)
unsigned short *bits = fb->bits;
int j;
for (j = 0; j < fb->height; j++)
{
unsigned short b = *bits;