Skip to content
Snippets Groups Projects
Commit 261114a2 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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.
parent a4d69a41
No related branches found
No related tags found
No related merge requests found
Showing with 55 additions and 55 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment