Ticket #6740: libroot-debug.patch

File libroot-debug.patch, 639 bytes (added by kaliber, 13 years ago)

proposed patch

  • src/system/libroot/posix/glibc/ctype/ctype.h

     
    241241/* Return the uppercase version of C in locale L.  */
    242242extern int __toupper_l (int __c, __locale_t __l) __THROW;
    243243
    244 # if __GNUC__ >= 2 && defined __OPTIMIZE__ && !defined __cplusplus
     244# if __GNUC__ >= 2 && !defined __cplusplus
    245245#  define __tolower_l(c, locale) \
    246246  __tobody (c, __tolower_l, (locale)->__ctype_tolower, (c, locale))
    247247#  define __toupper_l(c, locale) \