1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-07 10:30:40 +00:00

* date.c (nondigit): Add ATTRIBUTE_PURE, to pacify GCC 4.8.1.

This commit is contained in:
Paul Eggert
2013-08-16 22:02:27 -07:00
parent e0d4fb5f1e
commit 98cf55b78e

2
date.c
View File

@@ -497,7 +497,7 @@ errensure(void)
retval = EXIT_FAILURE;
}
static const char *
static const char * ATTRIBUTE_PURE
nondigit(register const char *cp)
{
while (is_digit(*cp))