Skip to content
Snippets Groups Projects
Commit a27b691e authored by Tom Lane's avatar Tom Lane
Browse files

Ensure that all uses of <ctype.h> functions are applied to unsigned-char

values, whether the local char type is signed or not.  This is necessary
for portability.  Per discussion on pghackers around 9/16/00.
parent 4d2a5065
No related branches found
No related tags found
No related merge requests found
Showing
with 66 additions and 65 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