summaryrefslogtreecommitdiff
path: root/com32/include/ctype.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-08-12 11:28:59 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-08-12 11:28:59 -0700
commit6a2119c0fc30aa0ccdfc43e138255f6875f2b714 (patch)
treee0235c7b82b5083648581e025d51899f2dfac3fb /com32/include/ctype.h
parentcab26c384c492eba1cf6bce985df67de5ed48d37 (diff)
downloadsyslinux-6a2119c0fc30aa0ccdfc43e138255f6875f2b714.tar.gz
ctype.h: change extern inline to static inline
Make -std=gnu99 happy... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32/include/ctype.h')
-rw-r--r--com32/include/ctype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/include/ctype.h b/com32/include/ctype.h
index daa6a8ef..89b6e6dd 100644
--- a/com32/include/ctype.h
+++ b/com32/include/ctype.h
@@ -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