diff options
Diffstat (limited to 'lib/wctype-h.c')
-rw-r--r-- | lib/wctype-h.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/wctype-h.c b/lib/wctype-h.c index 7e4ff13a..098014a9 100644 --- a/lib/wctype-h.c +++ b/lib/wctype-h.c @@ -1,6 +1,6 @@ /* Inline functions for <wctype.h>. - Copyright (C) 2012-2024 Free Software Foundation, Inc. + Copyright (C) 2012-2025 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 @@ -17,7 +17,7 @@ /* Normally this would be wctype.c, but that name's already taken. */ +#define _GL_WCTYPE_INLINE _GL_EXTERN_INLINE #include <config.h> -#define _GL_WCTYPE_INLINE _GL_EXTERN_INLINE #include <wctype.h> |