ctype.h: change extern inline to static inline
authorH. Peter Anvin <hpa@zytor.com>
Tue, 12 Aug 2008 18:28:59 +0000 (11:28 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 12 Aug 2008 18:28:59 +0000 (11:28 -0700)
Make -std=gnu99 happy...

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/include/ctype.h

index daa6a8e..89b6e6d 100644 (file)
@@ -8,7 +8,7 @@
 #define _CTYPE_H
 
 #ifndef __CTYPE_NO_INLINE
-# define __ctype_inline extern __inline__
+# define __ctype_inline static __inline__
 #else
 # define __ctype_inline
 #endif