[BACK]Return to ctype.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/ctype.h between version 1.16 and 1.17

version 1.16, 2004/01/15 20:01:27 version 1.17, 2004/04/02 22:37:12
Line 60 
Line 60 
 #ifdef __GNUC__  #ifdef __GNUC__
 #define __CTYPE_INLINE  extern __inline  #define __CTYPE_INLINE  extern __inline
 #else  #else
 #define __CTYPE_INLINE  static inline  #define __CTYPE_INLINE  static __inline
 #endif  #endif
   
 #if defined(__GNUC__) || defined(_ANSI_LIBRARY) || defined(lint)  #if defined(__GNUC__) || defined(_ANSI_LIBRARY) || defined(lint)

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17