]> Savannah Git Hosting - gnulib.git/commitdiff
ialloc, gethrxtime: Restore GCC diagnostics options.
authorBruno Haible <bruno@clisp.org>
Thu, 13 Apr 2023 12:26:50 +0000 (14:26 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 21 Apr 2023 02:06:51 +0000 (04:06 +0200)
* lib/ialloc.h: Invoke _GL_INLINE_HEADER_END.
* lib/xtime.h: Likewise.

ChangeLog
lib/ialloc.h
lib/xtime.h

index 2c5362f9fa523face03d1a794e311b363fc75f75..5ca121c7e11b976ceb2f7674f5201ad5fe79f613 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-04-13  Bruno Haible  <bruno@clisp.org>
+
+       ialloc, gethrxtime: Restore GCC diagnostics options.
+       * lib/ialloc.h: Invoke _GL_INLINE_HEADER_END.
+       * lib/xtime.h: Likewise.
+
 2023-04-13  Bruno Haible  <bruno@clisp.org>
 
        flexmember: Fix module description (regression 2016-09-07).
index 37cf4bfb37bc8737b05c536e4f3b121ac22cc484..58403021a024ef4e896d7206a7edc2862a2cca0a 100644 (file)
@@ -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
index b131d0845371d1abf3ab50e406d120d78c43f0bf..776aa56a7bb33b77f95701530f181a2cc965cd8e 100644 (file)
@@ -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