aboutsummaryrefslogtreecommitdiff
path: root/include/_ctype.h
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-09-27 04:30:50 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-09-27 04:30:50 +0000
commit659ad3a4a1ea408f1f6c24f37ffb95eb6499ef27 (patch)
tree0a3dc8fd538bfba4d9370188fee50fe21822d0d9 /include/_ctype.h
parent917065108a97711eda6db09655510dfaa1fda83d (diff)
downloadsrc-659ad3a4a1ea408f1f6c24f37ffb95eb6499ef27.tar.gz
src-659ad3a4a1ea408f1f6c24f37ffb95eb6499ef27.zip
Notes
Diffstat (limited to 'include/_ctype.h')
-rw-r--r--include/_ctype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/_ctype.h b/include/_ctype.h
index 7309568d6f60..33e294ce6720 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)