Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/include/ctype.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1296 by niro, Fri Apr 24 18:32:46 2009 UTC revision 1297 by niro, Fri May 27 15:12:11 2011 UTC
# Line 133  __must_inline int __ctype_tolower(int __ Line 133  __must_inline int __ctype_tolower(int __
133    __extern int X(int);    __extern int X(int);
134  #else  #else
135  #define __CTYPEFUNC(X) \  #define __CTYPEFUNC(X) \
136    __extern inline int X(int __c) \    __extern_inline int X(int __c) \
137    { \    { \
138      return __ctype_##X(__c); \      return __ctype_##X(__c); \
139    }    }

Legend:
Removed from v.1296  
changed lines
  Added in v.1297