From 7ff32364470b4cefd857e17b0ecca26102035a6c Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 27 Sep 1997 04:30:50 +0000 Subject: Oops, fix typo in istype definition --- include/ctype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ctype.h') diff --git a/include/ctype.h b/include/ctype.h index 7309568..33e294c 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -88,7 +88,7 @@ int digittoint __P((int)); #endif __END_DECLS -#define __istype(c,f) (!!__maskrune((c),(f)) +#define __istype(c,f) (!!__maskrune((c),(f))) #define isalnum(c) __istype((c), _A|_D) #define isalpha(c) __istype((c), _A) -- cgit v1.1