about summary refs log tree commit diff
path: root/ctype/ctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctype/ctype.h')
-rw-r--r--ctype/ctype.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ctype/ctype.h b/ctype/ctype.h
index fe8f4b16e9..510b28ce3d 100644
--- a/ctype/ctype.h
+++ b/ctype/ctype.h
@@ -212,10 +212,8 @@ toupper (int __c) __THROW
 
 /* These definitions are similar to the ones above but all functions
    take as an argument a handle for the locale which shall be used.  */
-# ifdef __OPTIMIZE__
 #  define __isctype_l(c, type, locale) \
   ((locale)->__ctype_b[(int) (c)] & (unsigned short int) type)
-# endif
 
 # define __exctype_l(name)	extern int name (int, __locale_t) __THROW