1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00

extern-inline: #define AAA_INLINE pre-<config.h>

In *.c files using the "#define AAA_INLINE _GL_EXTERN_INLINE" idiom,
put the idiom before including <config.h>.  This is suggested in
the Gnulib documentation, and avoids problems when an application
like Emacs rashly defines a config.h file that includes a *.h file
that uses the documented "#ifndef AAA_INLINE / # define AAA_INLINE
_GL_INLINE / #endif" idiom.
This commit is contained in:
Paul Eggert
2025-12-12 15:21:47 -08:00
parent e208a7a0c4
commit 7c247d45e3
80 changed files with 89 additions and 152 deletions

View File

@@ -1,3 +1,13 @@
2025-12-12 Paul Eggert <eggert@cs.ucla.edu>
extern-inline: #define AAA_INLINE pre-<config.h>
In *.c files using the "#define AAA_INLINE _GL_EXTERN_INLINE" idiom,
put the idiom before including <config.h>. This is suggested in
the Gnulib documentation, and avoids problems when an application
like Emacs rashly defines a config.h file that includes a *.h file
that uses the documented "#ifndef AAA_INLINE / # define AAA_INLINE
_GL_INLINE / #endif" idiom.
2025-12-11 Bruno Haible <bruno@clisp.org>
relocatable-prog{,-wrapper}: Fix autoconf error (regr. 2025-12-09).

View File

@@ -17,10 +17,10 @@
Written by Paul Eggert, Andreas Grünbacher, and Bruno Haible. */
#define ACL_INTERNAL_INLINE _GL_EXTERN_INLINE
#include <config.h>
/* Specification. */
#define ACL_INTERNAL_INLINE _GL_EXTERN_INLINE
#include "acl-internal.h"
#include "acl.h"

View File

@@ -17,9 +17,8 @@
/* Written by Paul Eggert. */
#include <config.h>
#define ALIGNALLOC_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "alignalloc.h"
#include <limits.h>

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_ARPA_INET_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <arpa/inet.h>

View File

@@ -37,10 +37,10 @@
*
*/
#define BASE32_INLINE _GL_EXTERN_INLINE
#include <config.h>
/* Get prototype. */
#define BASE32_INLINE _GL_EXTERN_INLINE
#include "base32.h"
/* Get imalloc. */

View File

@@ -39,10 +39,10 @@
*
*/
#define BASE64_INLINE _GL_EXTERN_INLINE
#include <config.h>
/* Get prototype. */
#define BASE64_INLINE _GL_EXTERN_INLINE
#include "base64.h"
/* Get imalloc. */

View File

@@ -14,9 +14,8 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define BINARY_IO_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "binary-io.h"
#if defined __DJGPP__ || defined __EMX__

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define BITROTATE_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "bitrotate.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_BYTESWAP_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <byteswap.h>

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define C_CTYPE_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "c-ctype.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define CHMODAT_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "openat.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define CHOWNAT_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "openat.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define COUNT_LEADING_ZEROS_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "count-leading-zeros.h"

View File

@@ -15,9 +15,8 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define COUNT_ONE_BITS_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "count-one-bits.h"
#if 1500 <= _MSC_VER && (defined _M_IX86 || defined _M_X64)

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define COUNT_TRAILING_ZEROS_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "count-trailing-zeros.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define EEALLOC_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "eealloc.h"

View File

@@ -19,5 +19,4 @@
#define _GL_ENDIAN_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <endian.h>

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_EXECINFO_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "execinfo.h"

View File

@@ -17,9 +17,8 @@
/* Written by Paul Eggert. */
#include <config.h>
#define GETHRXTIME_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "gethrxtime.h"
#if ! (HAVE_ARITHMETIC_HRTIME_T && HAVE_DECL_GETHRTIME)

View File

@@ -17,10 +17,10 @@
/* Written by Bruno Haible and Martin Lambers. */
#define _GL_GETPAGESIZE_INLINE _GL_EXTERN_INLINE
#include <config.h>
/* Specification. */
#define _GL_GETPAGESIZE_INLINE _GL_EXTERN_INLINE
#include <unistd.h>
/* This implementation is only for native Windows systems. */

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define GL_LIST_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "gl_list.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define GL_MAP_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "gl_map.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define GL_OMAP_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "gl_omap.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define GL_OSET_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "gl_oset.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define GL_SET_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "gl_set.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define GL_XLIST_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "gl_xlist.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define GL_XMAP_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "gl_xmap.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define GL_XOMAP_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "gl_xomap.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define GL_XOSET_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "gl_xoset.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define GL_XSET_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "gl_xset.h"

View File

@@ -16,7 +16,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define GL_XSUBLIST_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "gl_xsublist.h"

View File

@@ -17,9 +17,8 @@
/* Written by Yoann Vandoorselaere <yoann@prelude-ids.org>, 2008,
and Bruno Haible <bruno@clisp.org>, 2008. */
#include <config.h>
#define _GLTHREAD_COND_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "glthread/cond.h"
/* ========================================================================= */

View File

@@ -16,8 +16,8 @@
/* Written by Marc Nieper-Wißkirchen <marc@nieper-wisskirchen.de>, 2021. */
#include <config.h>
#define _GL_HAMT_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "hamt.h"
#include <flexmember.h>

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define IALLOC_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "ialloc.h"

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_ISSYMLINK_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "issymlink.h"

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_ISSYMLINKAT_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "issymlinkat.h"

View File

@@ -14,9 +14,8 @@
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define MBCHAR_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <limits.h>

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define MBFILE_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "mbfile.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define MBITER_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "mbiter.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define MBITERF_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "mbiterf.h"

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define MBUITER_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "mbuiter.h"

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define MBUITERF_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "mbuiterf.h"

View File

@@ -14,6 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define MCEL_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "mcel.h"

View File

@@ -14,10 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define PIPE_FILTER_AUX_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "pipe-filter.h"
#include <errno.h>

View File

@@ -17,10 +17,8 @@
Written by David Bartley. */
#include <config.h>
#define PRIV_SET_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "priv-set.h"
#if HAVE_GETPPRIV && HAVE_PRIV_H

View File

@@ -20,9 +20,9 @@
/* Ensure that we call the system's realloc() below. */
#define _GL_USE_STDLIB_ALLOC 1
#include <config.h>
#define _GL_REALLOC_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <stdlib.h>
#include <errno.h>

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define SAFE_ALLOC_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "safe-alloc.h"

View File

@@ -15,6 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define SAME_INODE_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "same-inode.h"

View File

@@ -17,10 +17,8 @@
/* Written by Paul Eggert. */
#include <config.h>
#define SAVEWD_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "savewd.h"
#include <errno.h>

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define SE_CONTEXT_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <selinux/context.h>

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define SE_LABEL_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <selinux/label.h>

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define SE_SELINUX_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <selinux/selinux.h>

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define SIG_HANDLER_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "sig-handler.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_STAT_TIME_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "stat-time.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define STATAT_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "openat.h"

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_STDC_BIT_CEIL_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <stdbit.h>

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_STDC_BIT_FLOOR_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <stdbit.h>

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_STDC_BIT_WIDTH_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <stdbit.h>

View File

@@ -14,9 +14,8 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_STDC_COUNT_ONES_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <stdbit.h>
#if 1500 <= _MSC_VER && (defined _M_IX86 || defined _M_X64)

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_STDC_COUNT_ZEROS_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <stdbit.h>

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_STDC_FIRST_LEADING_ONE_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <stdbit.h>

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_STDC_FIRST_LEADING_ZERO_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <stdbit.h>

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_STDC_FIRST_TRAILING_ONE_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <stdbit.h>

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_STDC_FIRST_TRAILING_ZERO_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <stdbit.h>

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_STDC_HAS_SINGLE_BIT_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <stdbit.h>

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_STDC_LEADING_ONES_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <stdbit.h>

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_STDC_LEADING_ZEROS_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <stdbit.h>

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_STDC_TRAILING_ONES_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <stdbit.h>

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_STDC_TRAILING_ZEROS_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <stdbit.h>

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define GL_STRING_DESC_QUOTEARG_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "string-desc-quotearg.h"

View File

@@ -16,9 +16,8 @@
/* Written by Bruno Haible <bruno@clisp.org>, 2023. */
#include <config.h>
#define GL_STRING_DESC_INLINE _GL_EXTERN_INLINE
#include <config.h>
/* Specification and inline definitions. */
#include "string-desc.h"

View File

@@ -14,7 +14,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_STRING_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include <string.h>

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_TIMESPEC_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "timespec.h"

View File

@@ -15,8 +15,8 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define _GL_U64_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "u64.h"
typedef int dummy;

View File

@@ -19,10 +19,10 @@
/* derived from a function in touch.c */
#define _GL_UTIMENS_INLINE _GL_EXTERN_INLINE
#include <config.h>
/* Specification. */
#define _GL_UTIMENS_INLINE _GL_EXTERN_INLINE
#include "utimens.h"
#include <errno.h>

View File

@@ -14,9 +14,8 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define XBINARY_IO_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "xbinary-io.h"
#include <errno.h>

View File

@@ -15,10 +15,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define XALLOC_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "xalloc.h"
#include "ialloc.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define XSIZE_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "xsize.h"

View File

@@ -14,9 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define GL_XSTRING_DESC_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "xstring-desc.h"
#include "ialloc.h"

View File

@@ -15,7 +15,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
#define XTIME_INLINE _GL_EXTERN_INLINE
#include <config.h>
#include "xtime.h"