exp2l: Work around a NetBSD 10.0/i386 bug.
[gnulib.git] / lib / gl_xsublist.c
blobd149882fbc18072bcfbba7fd6962adf684789604
1 /* Sequential list data type backed by another list, with out-of-memory
2 checking.
4 Copyright (C) 2009-2024 Free Software Foundation, Inc.
6 This file is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published
8 by the Free Software Foundation, either version 3 of the License,
9 or (at your option) any later version.
11 This file is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <https://www.gnu.org/licenses/>. */
19 #include <config.h>
21 #define GL_XSUBLIST_INLINE _GL_EXTERN_INLINE
22 #include "gl_xsublist.h"