From 0e891aeed5d94977587015e31379c383e469eed8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 2 Dec 2015 16:14:00 +0100 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/ctype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ctype.h b/include/ctype.h index ec715d8..3147deb 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -190,7 +190,7 @@ int (isprint)(int) /* [0x20, 0x7E] */ int (ispunct)(int) /* isprint && !isalnum && !isspace */ __GCC_ONLY(__attribute__((__const__))); #if defined (__GNUC__) -# define ispunk(c) \ +# define ispunct(c) \ ({ int __c = (c); (isprint(__c) && !isalnum(__c) && !isspace(__c)); }) #endif -- cgit v1.2.3-70-g09d2