From 538faaa7f2cc76335a06c2d53c5902dfb7e58174 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 15 Oct 2011 01:06:47 -0400 Subject: Fix definition of __isctype_f --- ctype/ctype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctype') diff --git a/ctype/ctype.h b/ctype/ctype.h index 111e3a95e6..1f3052abff 100644 --- a/ctype/ctype.h +++ b/ctype/ctype.h @@ -92,7 +92,7 @@ extern __const __int32_t **__ctype_toupper_loc (void) #elif defined __USE_EXTERN_INLINES # define __isctype_f(type) \ __extern_inline int \ - is##type (int __c) \ + is##type (int __c) __THROW \ { \ return (*__ctype_b_loc ())[(int) (__c)] & (unsigned short int) _IS##type; \ } -- cgit 1.4.1