New macro uc_property_is_valid.
[pspp] / lib / userspec.c
index 501fa3496159b903bf10aeb22f673b45b4b3ea53..17f9326ae680b8f86e9647af9893a68a35fccb02 100644 (file)
@@ -71,6 +71,8 @@
 # define MAXGID GID_T_MAX
 #endif
 
+#ifdef __DJGPP__
+
 /* ISDIGIT differs from isdigit, as follows:
    - Its arg may be any int or unsigned int; it need not be an unsigned char
      or EOF.
@@ -80,8 +82,6 @@
    of `digit' even when the host does not conform to POSIX.  */
 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9)
 
-#ifdef __DJGPP__
-
 /* Return true if STR represents an unsigned decimal integer.  */
 
 static bool