Mercurial > hg > xemacs-beta
diff src/mule-ccl.c @ 2830:d7505a1267a4
[xemacs-hg @ 2005-06-26 19:05:05 by aidan]
Couple of build fixes--that'll teach me to spend the weekend doing something other than hacking XEmacs.
author | aidan |
---|---|
date | Sun, 26 Jun 2005 19:05:07 +0000 |
parents | 714b354cef67 |
children | d1754e7f0cea |
line wrap: on
line diff
--- a/src/mule-ccl.c Sun Jun 26 18:42:23 2005 +0000 +++ b/src/mule-ccl.c Sun Jun 26 19:05:07 2005 +0000 @@ -826,7 +826,7 @@ } \ } while (0) -#define POSSIBLE_LEADING_BYTE_P(lb) \ +#define POSSIBLE_LEADING_BYTE_P(leading_byte) \ ((leading_byte > MIN_LEADING_BYTE) && \ (leading_byte - MIN_LEADING_BYTE) < NUM_LEADING_BYTES) @@ -1367,7 +1367,7 @@ else if (LEADING_BYTE_CONTROL_1 == i) i = ((reg[rrr] & 0xFF) - 0xA0); else if (POSSIBLE_LEADING_BYTE_P(i) && - !NILP(charset_by_leading_byte(i)) + !NILP(charset_by_leading_byte(i))) { if (XCHARSET_DIMENSION (charset_by_leading_byte (i)) == 1) i = (((i - FIELD2_TO_OFFICIAL_LEADING_BYTE) << 7)