=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/ctype.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/include/ctype.h 2004/01/15 20:01:27 1.16 +++ src/include/ctype.h 2004/04/02 22:37:12 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: ctype.h,v 1.16 2004/01/15 20:01:27 millert Exp $ */ +/* $OpenBSD: ctype.h,v 1.17 2004/04/02 22:37:12 avsm Exp $ */ /* $NetBSD: ctype.h,v 1.14 1994/10/26 00:55:47 cgd Exp $ */ /* @@ -60,7 +60,7 @@ #ifdef __GNUC__ #define __CTYPE_INLINE extern __inline #else -#define __CTYPE_INLINE static inline +#define __CTYPE_INLINE static __inline #endif #if defined(__GNUC__) || defined(_ANSI_LIBRARY) || defined(lint)