From d13a8bfc53b42a693893ef54d5829e890506072e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 18 Dec 1996 03:28:09 +0000 Subject: [PATCH] add blank line. --- lib/getdate.y | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/getdate.y b/lib/getdate.y index 9dcb93f7a3..b81db97256 100644 --- 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. -- 2.30.2