projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f9e998
)
Rename ISASCII to IN_CTYPE_DOMAIN.
author
Jim Meyering
<jim@meyering.net>
Sat, 9 Sep 2000 15:58:03 +0000
(15:58 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 9 Sep 2000 15:58:03 +0000
(15:58 +0000)
lib/fnmatch.c
patch
|
blob
|
history
diff --git
a/lib/fnmatch.c
b/lib/fnmatch.c
index d993633123cc5a6172ff9a6908b8ad18d93515d7..eb45e01976b14f594a03b5d9836434c1708992ef 100644
(file)
--- a/
lib/fnmatch.c
+++ b/
lib/fnmatch.c
@@
-40,12
+40,12
@@
# if defined STDC_HEADERS || !defined isascii
-# define I
SASCII
(c) 1
+# define I
N_CTYPE_DOMAIN
(c) 1
# else
-# define I
SASCII
(c) isascii(c)
+# define I
N_CTYPE_DOMAIN
(c) isascii(c)
# endif
-# define ISUPPER(c) (I
SASCII
(c) && isupper (c))
+# define ISUPPER(c) (I
N_CTYPE_DOMAIN
(c) && isupper (c))
# ifndef errno