1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00
Files
postgres/src/port
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-10-15 02:49:52 +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-10-15 02:49:52 +00:00
2004-12-31 22:04:05 +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
2004-12-31 22:04:05 +00:00
2004-12-31 22:04:05 +00:00
2005-10-15 02:49:52 +00:00
2003-11-29 19:52:15 +00:00
2005-10-15 02:49:52 +00:00
2005-10-15 02:49:52 +00:00
2004-10-07 13:59:45 +00:00