File tree 2 files changed +15
-0
lines changed
external/gpl3/gcc/dist/gcc/cp
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,16 @@ along with GCC; see the file COPYING3. If not see
18
18
<http://www.gnu.org/licenses/>. */
19
19
#ifdef __GNUC__
20
20
__inline
21
+ #ifdef __GNUC_STDC_INLINE__
22
+ __attribute__ ((__gnu_inline__))
23
+ #endif
21
24
#endif
22
25
static unsigned int hash (const char *, unsigned int);
23
26
#ifdef __GNUC__
24
27
__inline
28
+ #ifdef __GNUC_STDC_INLINE__
29
+ __attribute__ ((__gnu_inline__))
30
+ #endif
25
31
#endif
26
32
const char * libc_name_p (const char *, unsigned int);
27
33
%}
Original file line number Diff line number Diff line change @@ -49,16 +49,25 @@ along with GCC; see the file COPYING3. If not see
49
49
<http://www.gnu.org/licenses/>. */
50
50
#ifdef __GNUC__
51
51
__inline
52
+ #ifdef __GNUC_STDC_INLINE__
53
+ __attribute__ ((__gnu_inline__ ))
54
+ #endif
52
55
#endif
53
56
static unsigned int hash (const char * , unsigned int );
54
57
#ifdef __GNUC__
55
58
__inline
59
+ #ifdef __GNUC_STDC_INLINE__
60
+ __attribute__ ((__gnu_inline__ ))
61
+ #endif
56
62
#endif
57
63
const char * libc_name_p (const char * , unsigned int );
58
64
/* maximum key range = 391, duplicates = 0 */
59
65
60
66
#ifdef __GNUC__
61
67
__inline
68
+ #ifdef __GNUC_STDC_INLINE__
69
+ __attribute__ ((__gnu_inline__ ))
70
+ #endif
62
71
#else
63
72
#ifdef __cplusplus
64
73
inline
You can’t perform that action at this time.
0 commit comments