Loading...
internat/NXIsAlNum.c Libc-583 Libc-320.1.3
--- Libc/Libc-583/internat/NXIsAlNum.c
+++ Libc/Libc-320.1.3/internat/NXIsAlNum.c
@@ -32,6 +32,6 @@
 {
 	FIXSIGNEDCHAR(c);
 	if (c < 256)
-		return ((unsigned int)((_NX_CTypeTable_ + 1)[c] & (_CTYPE_U|_CTYPE_L|_CTYPE_D)));
+		return ((unsigned int)((_NX_CTypeTable_ + 1)[c] & (_U|_L|_D)));
 	return 0;
 }