Loading...
--- Libc/Libc-763.13/internat/NXIsPunct.c
+++ Libc/Libc-320.1.3/internat/NXIsPunct.c
@@ -32,6 +32,6 @@
{
FIXSIGNEDCHAR(c);
if (c < 256)
- return ((unsigned int)((_NX_CTypeTable_ + 1)[c] & (_CTYPE_P)));
+ return ((unsigned int)((_NX_CTypeTable_ + 1)[c] & (_P)));
return 0;
}