Bruce Momjian
261114a23f
I have added these macros to c.h:
...
#define HIGHBIT (0x80)
#define IS_HIGHBIT_SET(ch) ((unsigned char)(ch) & HIGHBIT)
and removed CSIGNBIT and mapped it uses to HIGHBIT. I have also added
uses for IS_HIGHBIT_SET where appropriate. This change is
purely for code clarity.
2005-12-25 02:14:19 +00:00
..
2005-10-29 00:31:52 +00:00
2005-10-15 02:49:52 +00:00
2005-10-15 02:49:52 +00:00
2005-11-22 18:17:34 +00:00
2005-08-11 23:05:14 +00:00
2005-12-08 17:52:11 +00:00
2005-07-28 04:03:14 +00:00
2005-10-15 02:49:52 +00:00
2005-10-15 02:49:52 +00:00
2005-10-15 02:49:52 +00:00
2005-12-16 21:55:27 +00:00
2005-10-15 02:49:52 +00:00
2005-10-15 02:49:52 +00:00
2004-12-31 22:04:05 +00:00
2005-12-09 21:19:36 +00:00
2005-10-15 02:49:52 +00:00
2005-10-15 02:49:52 +00:00
2005-10-15 02:49:52 +00:00
2005-12-23 22:34:22 +00:00
2004-12-31 22:04:05 +00:00
2005-12-25 02:14:19 +00:00
2004-12-31 22:04:05 +00:00
2005-10-15 02:49:52 +00:00
2005-08-23 13:31:11 +00:00
2005-07-28 04:03:14 +00:00
2003-11-29 19:52:15 +00:00
2005-12-05 21:57:00 +00:00
2005-10-15 02:49:52 +00:00
2005-07-28 04:03:14 +00:00
2005-09-27 04:53:23 +00:00
2005-07-28 04:03:14 +00:00
2005-12-02 02:49:11 +00:00
2005-07-28 04:03:14 +00:00
2005-10-15 02:49:52 +00:00
2005-11-22 18:17:34 +00:00
2004-10-07 13:59:45 +00:00
2005-12-09 02:49:09 +00:00