Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 556452 | Differences between
and this patch

Collapse All | Expand All

(-)a/ustr-b-dbg-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf-debug.h"
3
#include "ustr-conf-debug.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
Lines 16-20 Link Here
16
#undef  USTR_CONF_I_PROTO
16
#undef  USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
18
#undef  USTR_CONF_II_PROTO
18
#undef  USTR_CONF_II_PROTO
19
#define USTR_CONF_II_PROTO inline
19
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
20
#include "ustr-b.h"
20
#include "ustr-b.h"
(-)a/ustr-b-opt-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf.h"
3
#include "ustr-conf.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
Lines 16-20 Link Here
16
#undef  USTR_CONF_I_PROTO
16
#undef  USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
18
#undef  USTR_CONF_II_PROTO
18
#undef  USTR_CONF_II_PROTO
19
#define USTR_CONF_II_PROTO inline
19
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
20
#include "ustr-b.h"
20
#include "ustr-b.h"
(-)a/ustr-cmp-dbg-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf-debug.h"
3
#include "ustr-conf-debug.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
Lines 16-20 Link Here
16
#undef  USTR_CONF_I_PROTO
16
#undef  USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
18
#undef  USTR_CONF_II_PROTO
18
#undef  USTR_CONF_II_PROTO
19
#define USTR_CONF_II_PROTO inline
19
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
20
#include "ustr-cmp.h"
20
#include "ustr-cmp.h"
(-)a/ustr-cmp-opt-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf.h"
3
#include "ustr-conf.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
Lines 16-20 Link Here
16
#undef  USTR_CONF_I_PROTO
16
#undef  USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
18
#undef  USTR_CONF_II_PROTO
18
#undef  USTR_CONF_II_PROTO
19
#define USTR_CONF_II_PROTO inline
19
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
20
#include "ustr-cmp.h"
20
#include "ustr-cmp.h"
(-)a/ustr-compiler.h (-2 / +2 lines)
Lines 92-98 Link Here
92
#endif
92
#endif
93
93
94
#if USTR_CONF_COMPILE_USE_INLINE
94
#if USTR_CONF_COMPILE_USE_INLINE
95
#define USTR__INLINE inline
95
#define USTR__INLINE  __attribute__ ((gnu_inline)) inline
96
#else
96
#else
97
#define USTR__INLINE /* no inline */
97
#define USTR__INLINE /* no inline */
98
#endif
98
#endif
Lines 123-129 Link Here
123
# if USTR_CONF_INCLUDE_CODEONLY_HEADERS
123
# if USTR_CONF_INCLUDE_CODEONLY_HEADERS
124
#  define USTR_CONF_II_PROTO static USTR__INLINE
124
#  define USTR_CONF_II_PROTO static USTR__INLINE
125
# else
125
# else
126
#  define USTR_CONF_II_PROTO extern inline
126
#  define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
127
# endif
127
# endif
128
#endif
128
#endif
129
129
(-)a/ustr-fmt-dbg-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf-debug.h"
3
#include "ustr-conf-debug.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
Lines 16-20 Link Here
16
#undef  USTR_CONF_I_PROTO
16
#undef  USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
18
#undef  USTR_CONF_II_PROTO
18
#undef  USTR_CONF_II_PROTO
19
#define USTR_CONF_II_PROTO inline
19
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
20
#include "ustr-fmt.h"
20
#include "ustr-fmt.h"
(-)a/ustr-fmt-opt-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf.h"
3
#include "ustr-conf.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
Lines 16-20 Link Here
16
#undef  USTR_CONF_I_PROTO
16
#undef  USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
18
#undef  USTR_CONF_II_PROTO
18
#undef  USTR_CONF_II_PROTO
19
#define USTR_CONF_II_PROTO inline
19
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
20
#include "ustr-fmt.h"
20
#include "ustr-fmt.h"
(-)a/ustr-ins-dbg-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf-debug.h"
3
#include "ustr-conf-debug.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#include "ustr-fmt.h"
12
#include "ustr-fmt.h"
13
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
Lines 17-21 Link Here
17
#undef  USTR_CONF_I_PROTO
17
#undef  USTR_CONF_I_PROTO
18
#define USTR_CONF_I_PROTO
18
#define USTR_CONF_I_PROTO
19
#undef  USTR_CONF_II_PROTO
19
#undef  USTR_CONF_II_PROTO
20
#define USTR_CONF_II_PROTO inline
20
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
21
#include "ustr-ins.h"
21
#include "ustr-ins.h"
(-)a/ustr-ins-opt-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf.h"
3
#include "ustr-conf.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#include "ustr-fmt.h"
12
#include "ustr-fmt.h"
13
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
Lines 17-21 Link Here
17
#undef  USTR_CONF_I_PROTO
17
#undef  USTR_CONF_I_PROTO
18
#define USTR_CONF_I_PROTO
18
#define USTR_CONF_I_PROTO
19
#undef  USTR_CONF_II_PROTO
19
#undef  USTR_CONF_II_PROTO
20
#define USTR_CONF_II_PROTO inline
20
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
21
#include "ustr-ins.h"
21
#include "ustr-ins.h"
(-)a/ustr-io-dbg-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf-debug.h"
3
#include "ustr-conf-debug.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
Lines 16-20 Link Here
16
#undef  USTR_CONF_I_PROTO
16
#undef  USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
18
#undef  USTR_CONF_II_PROTO
18
#undef  USTR_CONF_II_PROTO
19
#define USTR_CONF_II_PROTO inline
19
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
20
#include "ustr-io.h"
20
#include "ustr-io.h"
(-)a/ustr-io-opt-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf.h"
3
#include "ustr-conf.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
Lines 16-20 Link Here
16
#undef  USTR_CONF_I_PROTO
16
#undef  USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
18
#undef  USTR_CONF_II_PROTO
18
#undef  USTR_CONF_II_PROTO
19
#define USTR_CONF_II_PROTO inline
19
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
20
#include "ustr-io.h"
20
#include "ustr-io.h"
(-)a/ustr-main-dbg-code.c (-1 / +1 lines)
Lines 7-11 Link Here
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO
8
#define USTR_CONF_I_PROTO
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO inline
10
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
(-)a/ustr-main-opt-code.c (-1 / +1 lines)
Lines 7-11 Link Here
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO
8
#define USTR_CONF_I_PROTO
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO inline
10
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
(-)a/ustr-parse-dbg-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf-debug.h"
3
#include "ustr-conf-debug.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
Lines 16-20 Link Here
16
#undef  USTR_CONF_I_PROTO
16
#undef  USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
18
#undef  USTR_CONF_II_PROTO
18
#undef  USTR_CONF_II_PROTO
19
#define USTR_CONF_II_PROTO inline
19
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
20
#include "ustr-parse.h"
20
#include "ustr-parse.h"
(-)a/ustr-parse-opt-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf.h"
3
#include "ustr-conf.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
Lines 16-20 Link Here
16
#undef  USTR_CONF_I_PROTO
16
#undef  USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
18
#undef  USTR_CONF_II_PROTO
18
#undef  USTR_CONF_II_PROTO
19
#define USTR_CONF_II_PROTO inline
19
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
20
#include "ustr-parse.h"
20
#include "ustr-parse.h"
(-)a/ustr-pool-dbg-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf-debug.h"
3
#include "ustr-conf-debug.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
Lines 16-20 Link Here
16
#undef  USTR_CONF_I_PROTO
16
#undef  USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
18
#undef  USTR_CONF_II_PROTO
18
#undef  USTR_CONF_II_PROTO
19
#define USTR_CONF_II_PROTO inline
19
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
20
#include "ustr-pool.h"
20
#include "ustr-pool.h"
(-)a/ustr-pool-opt-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf.h"
3
#include "ustr-conf.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
Lines 16-20 Link Here
16
#undef  USTR_CONF_I_PROTO
16
#undef  USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
18
#undef  USTR_CONF_II_PROTO
18
#undef  USTR_CONF_II_PROTO
19
#define USTR_CONF_II_PROTO inline
19
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
20
#include "ustr-pool.h"
20
#include "ustr-pool.h"
(-)a/ustr-replace-dbg-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf-debug.h"
3
#include "ustr-conf-debug.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#include "ustr-set.h"
12
#include "ustr-set.h"
13
#include "ustr-srch.h"
13
#include "ustr-srch.h"
Lines 19-23 Link Here
19
#undef  USTR_CONF_I_PROTO
19
#undef  USTR_CONF_I_PROTO
20
#define USTR_CONF_I_PROTO
20
#define USTR_CONF_I_PROTO
21
#undef  USTR_CONF_II_PROTO
21
#undef  USTR_CONF_II_PROTO
22
#define USTR_CONF_II_PROTO inline
22
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
23
#include "ustr-replace.h"
23
#include "ustr-replace.h"
(-)a/ustr-replace-opt-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf.h"
3
#include "ustr-conf.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#include "ustr-set.h"
12
#include "ustr-set.h"
13
#include "ustr-srch.h"
13
#include "ustr-srch.h"
Lines 19-23 Link Here
19
#undef  USTR_CONF_I_PROTO
19
#undef  USTR_CONF_I_PROTO
20
#define USTR_CONF_I_PROTO
20
#define USTR_CONF_I_PROTO
21
#undef  USTR_CONF_II_PROTO
21
#undef  USTR_CONF_II_PROTO
22
#define USTR_CONF_II_PROTO inline
22
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
23
#include "ustr-replace.h"
23
#include "ustr-replace.h"
(-)a/ustr-sc-dbg-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf-debug.h"
3
#include "ustr-conf-debug.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#include "ustr-spn.h"
12
#include "ustr-spn.h"
13
#include "ustr-utf8.h"
13
#include "ustr-utf8.h"
Lines 18-22 Link Here
18
#undef  USTR_CONF_I_PROTO
18
#undef  USTR_CONF_I_PROTO
19
#define USTR_CONF_I_PROTO
19
#define USTR_CONF_I_PROTO
20
#undef  USTR_CONF_II_PROTO
20
#undef  USTR_CONF_II_PROTO
21
#define USTR_CONF_II_PROTO inline
21
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
22
#include "ustr-sc.h"
22
#include "ustr-sc.h"
(-)a/ustr-sc-opt-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf.h"
3
#include "ustr-conf.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#include "ustr-spn.h"
12
#include "ustr-spn.h"
13
#include "ustr-utf8.h"
13
#include "ustr-utf8.h"
Lines 18-22 Link Here
18
#undef  USTR_CONF_I_PROTO
18
#undef  USTR_CONF_I_PROTO
19
#define USTR_CONF_I_PROTO
19
#define USTR_CONF_I_PROTO
20
#undef  USTR_CONF_II_PROTO
20
#undef  USTR_CONF_II_PROTO
21
#define USTR_CONF_II_PROTO inline
21
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
22
#include "ustr-sc.h"
22
#include "ustr-sc.h"
(-)a/ustr-set-dbg-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf-debug.h"
3
#include "ustr-conf-debug.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#include "ustr-fmt.h"
12
#include "ustr-fmt.h"
13
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
Lines 17-21 Link Here
17
#undef  USTR_CONF_I_PROTO
17
#undef  USTR_CONF_I_PROTO
18
#define USTR_CONF_I_PROTO
18
#define USTR_CONF_I_PROTO
19
#undef  USTR_CONF_II_PROTO
19
#undef  USTR_CONF_II_PROTO
20
#define USTR_CONF_II_PROTO inline
20
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
21
#include "ustr-set.h"
21
#include "ustr-set.h"
(-)a/ustr-set-opt-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf.h"
3
#include "ustr-conf.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#include "ustr-fmt.h"
12
#include "ustr-fmt.h"
13
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
Lines 17-21 Link Here
17
#undef  USTR_CONF_I_PROTO
17
#undef  USTR_CONF_I_PROTO
18
#define USTR_CONF_I_PROTO
18
#define USTR_CONF_I_PROTO
19
#undef  USTR_CONF_II_PROTO
19
#undef  USTR_CONF_II_PROTO
20
#define USTR_CONF_II_PROTO inline
20
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
21
#include "ustr-set.h"
21
#include "ustr-set.h"
(-)a/ustr-split-dbg-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf-debug.h"
3
#include "ustr-conf-debug.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#include "ustr-set.h"
12
#include "ustr-set.h"
13
#include "ustr-spn.h"
13
#include "ustr-spn.h"
Lines 19-23 Link Here
19
#undef  USTR_CONF_I_PROTO
19
#undef  USTR_CONF_I_PROTO
20
#define USTR_CONF_I_PROTO
20
#define USTR_CONF_I_PROTO
21
#undef  USTR_CONF_II_PROTO
21
#undef  USTR_CONF_II_PROTO
22
#define USTR_CONF_II_PROTO inline
22
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
23
#include "ustr-split.h"
23
#include "ustr-split.h"
(-)a/ustr-split-opt-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf.h"
3
#include "ustr-conf.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#include "ustr-set.h"
12
#include "ustr-set.h"
13
#include "ustr-spn.h"
13
#include "ustr-spn.h"
Lines 19-23 Link Here
19
#undef  USTR_CONF_I_PROTO
19
#undef  USTR_CONF_I_PROTO
20
#define USTR_CONF_I_PROTO
20
#define USTR_CONF_I_PROTO
21
#undef  USTR_CONF_II_PROTO
21
#undef  USTR_CONF_II_PROTO
22
#define USTR_CONF_II_PROTO inline
22
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
23
#include "ustr-split.h"
23
#include "ustr-split.h"
(-)a/ustr-spn-dbg-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf-debug.h"
3
#include "ustr-conf-debug.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#include "ustr-srch.h"
12
#include "ustr-srch.h"
13
#include "ustr-utf8.h"
13
#include "ustr-utf8.h"
Lines 18-22 Link Here
18
#undef  USTR_CONF_I_PROTO
18
#undef  USTR_CONF_I_PROTO
19
#define USTR_CONF_I_PROTO
19
#define USTR_CONF_I_PROTO
20
#undef  USTR_CONF_II_PROTO
20
#undef  USTR_CONF_II_PROTO
21
#define USTR_CONF_II_PROTO inline
21
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
22
#include "ustr-spn.h"
22
#include "ustr-spn.h"
(-)a/ustr-spn-opt-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf.h"
3
#include "ustr-conf.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#include "ustr-srch.h"
12
#include "ustr-srch.h"
13
#include "ustr-utf8.h"
13
#include "ustr-utf8.h"
Lines 18-22 Link Here
18
#undef  USTR_CONF_I_PROTO
18
#undef  USTR_CONF_I_PROTO
19
#define USTR_CONF_I_PROTO
19
#define USTR_CONF_I_PROTO
20
#undef  USTR_CONF_II_PROTO
20
#undef  USTR_CONF_II_PROTO
21
#define USTR_CONF_II_PROTO inline
21
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
22
#include "ustr-spn.h"
22
#include "ustr-spn.h"
(-)a/ustr-srch-dbg-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf-debug.h"
3
#include "ustr-conf-debug.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#include "ustr-cmp-internal.h"
12
#include "ustr-cmp-internal.h"
13
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
Lines 17-22 Link Here
17
#undef  USTR_CONF_I_PROTO
17
#undef  USTR_CONF_I_PROTO
18
#define USTR_CONF_I_PROTO
18
#define USTR_CONF_I_PROTO
19
#undef  USTR_CONF_II_PROTO
19
#undef  USTR_CONF_II_PROTO
20
#define USTR_CONF_II_PROTO inline
20
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
21
#include "ustr-srch.h"
21
#include "ustr-srch.h"
22
22
(-)a/ustr-srch-opt-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf.h"
3
#include "ustr-conf.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#include "ustr-cmp-internal.h"
12
#include "ustr-cmp-internal.h"
13
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
Lines 17-22 Link Here
17
#undef  USTR_CONF_I_PROTO
17
#undef  USTR_CONF_I_PROTO
18
#define USTR_CONF_I_PROTO
18
#define USTR_CONF_I_PROTO
19
#undef  USTR_CONF_II_PROTO
19
#undef  USTR_CONF_II_PROTO
20
#define USTR_CONF_II_PROTO inline
20
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
21
#include "ustr-srch.h"
21
#include "ustr-srch.h"
22
22
(-)a/ustr-sub-dbg-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf-debug.h"
3
#include "ustr-conf-debug.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#include "ustr-fmt.h"
12
#include "ustr-fmt.h"
13
#include "ustr-ins.h"
13
#include "ustr-ins.h"
Lines 19-23 Link Here
19
#undef  USTR_CONF_I_PROTO
19
#undef  USTR_CONF_I_PROTO
20
#define USTR_CONF_I_PROTO
20
#define USTR_CONF_I_PROTO
21
#undef  USTR_CONF_II_PROTO
21
#undef  USTR_CONF_II_PROTO
22
#define USTR_CONF_II_PROTO inline
22
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
23
#include "ustr-sub.h"
23
#include "ustr-sub.h"
(-)a/ustr-sub-opt-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf.h"
3
#include "ustr-conf.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#include "ustr-fmt.h"
12
#include "ustr-fmt.h"
13
#include "ustr-ins.h"
13
#include "ustr-ins.h"
Lines 19-23 Link Here
19
#undef  USTR_CONF_I_PROTO
19
#undef  USTR_CONF_I_PROTO
20
#define USTR_CONF_I_PROTO
20
#define USTR_CONF_I_PROTO
21
#undef  USTR_CONF_II_PROTO
21
#undef  USTR_CONF_II_PROTO
22
#define USTR_CONF_II_PROTO inline
22
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
23
#include "ustr-sub.h"
23
#include "ustr-sub.h"
(-)a/ustr-utf8-dbg-code.c (-4 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf-debug.h"
3
#include "ustr-conf-debug.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
Lines 16-20 Link Here
16
#undef  USTR_CONF_I_PROTO
16
#undef  USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
18
#undef  USTR_CONF_II_PROTO
18
#undef  USTR_CONF_II_PROTO
19
#define USTR_CONF_II_PROTO inline
19
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
20
#include "ustr-utf8.h"
20
#include "ustr-utf8.h"
(-)a/ustr-utf8-opt-code.c (-5 / +4 lines)
Lines 3-13 Link Here
3
#include "ustr-conf.h"
3
#include "ustr-conf.h"
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
4
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
5
#define USTR_CONF_e_PROTO  extern
5
#define USTR_CONF_e_PROTO  extern
6
#define USTR_CONF_i_PROTO  extern inline
6
#define USTR_CONF_i_PROTO  extern  __attribute__ ((gnu_inline)) inline
7
#define USTR_CONF_E_PROTO  extern
7
#define USTR_CONF_E_PROTO  extern
8
#define USTR_CONF_I_PROTO  extern inline
8
#define USTR_CONF_I_PROTO  extern  __attribute__ ((gnu_inline)) inline
9
#define USTR_CONF_EI_PROTO extern
9
#define USTR_CONF_EI_PROTO extern
10
#define USTR_CONF_II_PROTO extern inline
10
#define USTR_CONF_II_PROTO extern  __attribute__ ((gnu_inline)) inline
11
#include "ustr-main.h"
11
#include "ustr-main.h"
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
12
#undef  USTR_CONF_INCLUDE_CODEONLY_HEADERS
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
13
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
Lines 16-20 Link Here
16
#undef  USTR_CONF_I_PROTO
16
#undef  USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
17
#define USTR_CONF_I_PROTO
18
#undef  USTR_CONF_II_PROTO
18
#undef  USTR_CONF_II_PROTO
19
#define USTR_CONF_II_PROTO inline
19
#define USTR_CONF_II_PROTO  __attribute__ ((gnu_inline)) inline
20
#include "ustr-utf8.h"
20
#include "ustr-utf8.h"
21
- 

Return to bug 556452