From: Bruno Haible Date: Thu, 13 Apr 2023 12:26:50 +0000 (+0200) Subject: ialloc, gethrxtime: Restore GCC diagnostics options. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e5b3d0d9500098c1d3c32c636d983dfdde275a5e;p=gnulib.git ialloc, gethrxtime: Restore GCC diagnostics options. * lib/ialloc.h: Invoke _GL_INLINE_HEADER_END. * lib/xtime.h: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 2c5362f9fa..5ca121c7e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-04-13 Bruno Haible + + ialloc, gethrxtime: Restore GCC diagnostics options. + * lib/ialloc.h: Invoke _GL_INLINE_HEADER_END. + * lib/xtime.h: Likewise. + 2023-04-13 Bruno Haible flexmember: Fix module description (regression 2016-09-07). diff --git a/lib/ialloc.h b/lib/ialloc.h index 37cf4bfb37..58403021a0 100644 --- a/lib/ialloc.h +++ b/lib/ialloc.h @@ -1,6 +1,6 @@ /* ialloc.h -- malloc with idx_t rather than size_t - Copyright 2021-2022 Free Software Foundation, Inc. + Copyright 2021-2023 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -97,4 +97,6 @@ ireallocarray (void *p, idx_t n, idx_t s) } #endif +_GL_INLINE_HEADER_END + #endif diff --git a/lib/xtime.h b/lib/xtime.h index b131d08453..776aa56a7b 100644 --- a/lib/xtime.h +++ b/lib/xtime.h @@ -1,6 +1,6 @@ /* xtime -- extended-resolution integer timestamps - Copyright (C) 2005-2006, 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2006, 2009-2023 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -85,4 +85,6 @@ xtime_nsec (xtime_t t) } #endif +_GL_INLINE_HEADER_END + #endif