* lib/uchar.in.h: Fix double-inclusion guard.
+2023-05-18 Bruno Haible <bruno@clisp.org>
+
+ uchar: Fix error when <uchar.h> is included twice.
+ * lib/uchar.in.h: Fix double-inclusion guard.
+
2023-05-04 Bruno Haible <bruno@clisp.org>
wcswidth: Fix result in case of overflow.
/* <uchar.h> 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
*/
#ifndef _@GUARD_PREFIX@_UCHAR_H
+#define _@GUARD_PREFIX@_UCHAR_H
#if __GNUC__ >= 3
@PRAGMA_SYSTEM_HEADER@