From 49a36e17335dfe2056465d06ec1b871ea361124b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 3 Jun 2023 01:26:49 +0200 Subject: [PATCH] Code perfectionism. * gettext-tools/src/write-po.c (is_stylable): Define in both cases. --- gettext-tools/src/write-po.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gettext-tools/src/write-po.c b/gettext-tools/src/write-po.c index 67e855e9e..119049631 100644 --- a/gettext-tools/src/write-po.c +++ b/gettext-tools/src/write-po.c @@ -1,6 +1,5 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-1998, 2000-2010, 2012, 2014-2015, 2018-2021 Free Software - Foundation, Inc. + Copyright (C) 1995-1998, 2000-2010, 2012, 2014-2015, 2018-2021, 2023 Free Software Foundation, Inc. This file was written by Peter Miller @@ -161,6 +160,7 @@ make_c_width_description_string (enum is_wrap do_wrap) #ifdef GETTEXTDATADIR /* All ostream_t instances are in fact styled_ostream_t instances. */ +#define is_stylable(stream) true /* Start a run of text belonging to a given CSS class. */ static inline void -- 2.47.2