diff options
Diffstat (limited to 'common/stringhelp.h')
-rw-r--r-- | common/stringhelp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/stringhelp.h b/common/stringhelp.h index a560b163e..28cbdab72 100644 --- a/common/stringhelp.h +++ b/common/stringhelp.h @@ -103,7 +103,7 @@ void *memrchr (const void *buffer, int c, size_t n); #ifndef HAVE_ISASCII -static inline int +static inline int isascii (int c) { return (((c) & ~0x7f) == 0); |