* gettext-tools/src/po-error.c (_GL_NO_INLINE_ERROR): New macro.
* gettext-tools/libgettextpo/gettext-po.c (_GL_NO_INLINE_ERROR): Likewise.
/* Public API for GNU gettext PO files.
- Copyright (C) 2003-2010, 2014 Free Software Foundation, Inc.
+ Copyright (C) 2003-2010, 2014, 2023 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
+/* Avoid side effect of gnulib's error.h on 'struct po_error_handler'. */
+#define _GL_NO_INLINE_ERROR
/* Specification. */
#include "gettext-po.h"
/* Error handling during reading and writing of PO files.
- Copyright (C) 2004 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2023 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2004.
This program is free software: you can redistribute it and/or modify
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
+/* Avoid side effect of gnulib's error.h. */
+#define _GL_NO_INLINE_ERROR
/* Specification. */
#include "po-error.h"