From: Jim Meyering Date: Wed, 18 Dec 1996 03:28:09 +0000 (+0000) Subject: add blank line. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d13a8bfc53b42a693893ef54d5829e890506072e;p=pspp add blank line. --- 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.