From: Bruno Haible Date: Thu, 18 May 2023 13:39:19 +0000 (+0200) Subject: uchar: Fix error when is included twice. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=452705d525e77d48c33b86d3518531c2b719bdfa;p=gnulib.git uchar: Fix error when is included twice. * lib/uchar.in.h: Fix double-inclusion guard. --- diff --git a/ChangeLog b/ChangeLog index 6a17a1e3bf..4b2440fd3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-05-18 Bruno Haible + + uchar: Fix error when is included twice. + * lib/uchar.in.h: Fix double-inclusion guard. + 2023-05-04 Bruno Haible wcswidth: Fix result in case of overflow. diff --git a/lib/uchar.in.h b/lib/uchar.in.h index 15fd7bc1eb..ab7c1f2d94 100644 --- a/lib/uchar.in.h +++ b/lib/uchar.in.h @@ -1,5 +1,5 @@ /* substitute - 16-bit and 32-bit wide character types. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-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 @@ -21,6 +21,7 @@ */ #ifndef _@GUARD_PREFIX@_UCHAR_H +#define _@GUARD_PREFIX@_UCHAR_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@