OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
replace "extern" only if surrounded by space characters.
[pf3gnuchains/gcc-fork.git]
/
fixincludes
/
tests
/
base
/
sys
/
sysmacros.h
diff --git
a/fixincludes/tests/base/sys/sysmacros.h
b/fixincludes/tests/base/sys/sysmacros.h
index
6891a67
..
40c44f6
100644
(file)
--- a/
fixincludes/tests/base/sys/sysmacros.h
+++ b/
fixincludes/tests/base/sys/sysmacros.h
@@
-10,9
+10,10
@@
#if defined( GLIBC_C99_INLINE_4_CHECK )
#if defined( GLIBC_C99_INLINE_4_CHECK )
-__extension__
+__extension__
#if __STDC_VERSION__ < 19901L
extern
#endif
#if __STDC_VERSION__ < 19901L
extern
#endif
- __inline unsigned int
+__inline unsigned int
+__extension__ __extern_inline unsigned int
#endif /* GLIBC_C99_INLINE_4_CHECK */
#endif /* GLIBC_C99_INLINE_4_CHECK */