diff options
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/nstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/nstring.h b/lib/util/nstring.h index 8c3da40a..770700e0 100644 --- a/lib/util/nstring.h +++ b/lib/util/nstring.h @@ -70,7 +70,7 @@ memeq(const void * const comparand, strcasecmp() in that case. (Actually, _XOPEN_SOURCE 500 is stronger than you need for strcasecmp - - _XOPEN_SOURCE_EXTENDED, which asks for XPG 4 would do, whereas + _XOPEN_SOURCE_EXTENDED, which asks for XPG 4, would do, whereas _XOPEN_SOURCE 500 asks for XPG 5, but for simplicity, we don't use _XOPEN_SOURCE_EXTENDED in Netpbm. */ |