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:
24e1532
)
add blank line.
author
Jim Meyering
<jim@meyering.net>
Wed, 18 Dec 1996 03:28:09 +0000
(
03:28
+0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 18 Dec 1996 03:28:09 +0000
(
03:28
+0000)
lib/getdate.y
patch
|
blob
|
history
diff --git
a/lib/getdate.y
b/lib/getdate.y
index
9dcb93f
..
b81db97
100644
(file)
--- a/
lib/getdate.y
+++ b/
lib/getdate.y
@@
-44,6
+44,7
@@
#define ISALPHA(c) (IN_CTYPE_DOMAIN (c) && isalpha (c))
#define ISUPPER(c) (IN_CTYPE_DOMAIN (c) && isupper (c))
#define ISDIGIT_LOCALE(c) (IN_CTYPE_DOMAIN (c) && isdigit (c))
+
/* ISDIGIT differs from ISDIGIT_LOCALE, as follows:
- Its arg may be any int or unsigned int; it need not be an unsigned char.
- It's guaranteed to evaluate its argument exactly once.