/* Substitution of environment variables in shell format strings.
- Copyright (C) 2003-2007, 2012, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2003-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
#include <unistd.h>
#include <locale.h>
+#include <error.h>
#include "attribute.h"
#include "noreturn.h"
#include "closeout.h"
-#include "error.h"
#include "progname.h"
#include "relocatable.h"
#include "basename-lgpl.h"
/* gettext - retrieve text string from message catalog and print it.
- Copyright (C) 1995-1997, 2000-2007, 2012, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, May 1995.
This program is free software: you can redistribute it and/or modify
#include <string.h>
#include <locale.h>
+#include <error.h>
#include "attribute.h"
#include "noreturn.h"
#include "closeout.h"
-#include "error.h"
#include "progname.h"
#include "relocatable.h"
#include "basename-lgpl.h"
/* ngettext - retrieve plural form string from message catalog and print it.
- Copyright (C) 1995-1997, 2000-2007, 2012, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#include <locale.h>
#include <errno.h>
+#include <error.h>
#include "attribute.h"
#include "noreturn.h"
#include "closeout.h"
-#include "error.h"
#include "progname.h"
#include "relocatable.h"
#include "basename-lgpl.h"
/* Public API for GNU gettext PO files.
- Copyright (C) 2003-2010, 2014, 2023 Free Software Foundation, Inc.
+ Copyright (C) 2003-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
#define _GL_NO_INLINE_ERROR
/* Avoid side effect of config.h on 'struct po_error_handler'. */
-#include "error.h"
+#include <error.h>
static void (*orig_error) (int status, int errnum,
const char *format, ...)
= error;
/* Pattern Matcher for Fixed String search.
- Copyright (C) 1992, 1998, 2000, 2005-2006, 2010, 2013, 2020, 2023 Free Software Foundation, Inc.
+ Copyright (C) 1992-2024 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#include <string.h>
#include <wchar.h>
-#include "error.h"
+#include <error.h>
#include "exitfail.h"
#include "xalloc.h"
#include "kwset.h"
/* Pattern Matchers for Regular Expressions.
- Copyright (C) 1992, 1998, 2000, 2005-2006, 2010, 2013 Free Software
- Foundation, Inc.
+ Copyright (C) 1992-2024 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#include <string.h>
#include <regex.h>
-#include "error.h"
+#include <error.h>
#include "exitfail.h"
#include "xalloc.h"
/* Reading file lists.
- Copyright (C) 1995-1998, 2000-2002, 2007, 2019 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "str-list.h"
-#include "error.h"
#include "gettext.h"
/* A convenience macro. I don't like writing gettext() every time. */
/* Scheme format strings.
- Copyright (C) 2001-2007, 2009, 2014, 2019, 2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
#include <stdbool.h>
#include <stdlib.h>
+#include <error.h>
#include "attribute.h"
#include "format.h"
#include "c-ctype.h"
#include "xvasprintf.h"
#include "format-invalid.h"
#include "minmax.h"
-#include "error.h"
#include "error-progname.h"
#include "gettext.h"
/* Format strings.
- Copyright (C) 2001-2010, 2012-2013, 2015, 2019-2020, 2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
#include <stdbool.h>
#include <stdlib.h> /* because Gnulib's <stdlib.h> may '#define free ...' */
+#include <error.h> /* Get fallback definition of __attribute__. */
#include "pos.h" /* Get lex_pos_ty. */
#include "message.h" /* Get NFORMATS. */
#include "plural-distrib.h" /* Get struct plural_distribution. */
-#include "error.h" /* Get fallback definition of __attribute__. */
#ifdef __cplusplus
/* Display hostname in various forms.
- Copyright (C) 2001-2003, 2006-2007, 2012, 2014, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
/* Include this after <sys/socket.h>, to avoid a syntax error on BeOS. */
#include <stdbool.h>
+#include <error.h>
#include "noreturn.h"
#include "closeout.h"
-#include "error.h"
#include "error-progname.h"
#include "progname.h"
#include "relocatable.h"
/* Error handling during reading of input files.
- Copyright (C) 2023 Free Software Foundation, Inc.
+ Copyright (C) 2023-2024 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#include <stdarg.h>
#include <stdlib.h>
-#include "error.h"
+#include <error.h>
#include "xerror.h"
#include "error-progname.h"
#include "xalloc.h"
/* Internationalization Tag Set (ITS) handling
- Copyright (C) 2015, 2018-2020, 2023 Free Software Foundation, Inc.
+ Copyright (C) 2015-2024 Free Software Foundation, Inc.
This file was written by Daiki Ueno <ueno@gnu.org>, 2015.
#include <assert.h>
#include <errno.h>
-#include "error.h"
-#include "gettext.h"
-#include "mem-hash-map.h"
#include <stdint.h>
+#include <stdlib.h>
+
#include <libxml/tree.h>
#include <libxml/parser.h>
#include <libxml/xmlwriter.h>
#include <libxml/xpath.h>
#include <libxml/xpathInternals.h>
-#include <stdlib.h>
+
+#include <error.h>
+#include "mem-hash-map.h"
#include "trim.h"
#include "xalloc.h"
#include "xvasprintf.h"
+#include "gettext.h"
#define _(str) gettext (str)
/* XML resource locating rules
- Copyright (C) 2015, 2019-2020, 2023 Free Software Foundation, Inc.
+ Copyright (C) 2015-2024 Free Software Foundation, Inc.
This file was written by Daiki Ueno <ueno@gnu.org>, 2015.
/* Specification. */
#include "locating-rule.h"
-#include "basename-lgpl.h"
-#include "concat-filename.h"
-#include "c-strcase.h"
+#include <errno.h>
+#include <fnmatch.h>
#if HAVE_DIRENT_H
# include <dirent.h>
#endif
-
#if HAVE_DIRENT_H
# define HAVE_DIR 1
#else
# define HAVE_DIR 0
#endif
-#include "dir-list.h"
-#include <errno.h>
-#include "error.h"
-#include "filename.h"
-#include <fnmatch.h>
-#include "gettext.h"
#include <libxml/parser.h>
#include <libxml/uri.h>
+
+#include <error.h>
+#include "basename-lgpl.h"
+#include "concat-filename.h"
+#include "c-strcase.h"
+#include "dir-list.h"
+#include "filename.h"
#include "xalloc.h"
+#include "gettext.h"
#define _(str) gettext (str)
/* Manipulates attributes of messages in translation catalogs.
- Copyright (C) 2001-2007, 2009-2010, 2012-2014, 2016, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
#include <textstyle.h>
+#include <error.h>
#include "noreturn.h"
#include "closeout.h"
#include "dir-list.h"
-#include "error.h"
#include "error-progname.h"
#include "progname.h"
#include "relocatable.h"
/* Concatenates several translation catalogs.
- Copyright (C) 2001-2007, 2009-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
#include <textstyle.h>
+#include <error.h>
#include "noreturn.h"
#include "closeout.h"
#include "dir-list.h"
#include "str-list.h"
#include "file-list.h"
-#include "error.h"
#include "error-progname.h"
#include "progname.h"
#include "relocatable.h"
/* GNU gettext - internationalization aids
- Copyright (C) 1995-1998, 2000-2010, 2012, 2016, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
This program is free software: you can redistribute it and/or modify
#include <stdlib.h>
#include <locale.h>
+#include <error.h>
#include "noreturn.h"
#include "closeout.h"
#include "dir-list.h"
-#include "error.h"
#include "error-progname.h"
#include "progname.h"
#include "relocatable.h"
/* GNU gettext - internationalization aids
- Copyright (C) 1997-1998, 2000-2007, 2009-2023 Free Software Foundation, Inc.
+ Copyright (C) 1997-2024 Free Software Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
#include <textstyle.h>
+#include <error.h>
#include "noreturn.h"
#include "closeout.h"
#include "dir-list.h"
#include "str-list.h"
#include "file-list.h"
-#include "error.h"
#include "error-progname.h"
#include "progname.h"
#include "relocatable.h"
/* Converts a translation catalog to a different character encoding.
- Copyright (C) 2001-2007, 2009-2010, 2012, 2014, 2016, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
#include <textstyle.h>
+#include <error.h>
#include "noreturn.h"
#include "closeout.h"
#include "dir-list.h"
-#include "error.h"
#include "error-progname.h"
#include "progname.h"
#include "relocatable.h"
/* Creates an English translation catalog.
- Copyright (C) 2001-2007, 2009-2010, 2012, 2014, 2016, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
#include <textstyle.h>
+#include <error.h>
#include "noreturn.h"
#include "closeout.h"
#include "dir-list.h"
-#include "error.h"
#include "error-progname.h"
#include "progname.h"
#include "relocatable.h"
/* Pass translations to a subprocess.
- Copyright (C) 2001-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
#include <sys/types.h>
#include <unistd.h>
+#include <error.h>
#include "noreturn.h"
#include "closeout.h"
#include "dir-list.h"
-#include "error.h"
#include "xvasprintf.h"
#include "error-progname.h"
#include "progname.h"
/* Edit translations using a subprocess.
- Copyright (C) 2001-2010, 2012, 2014-2016, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
#include <textstyle.h>
+#include <error.h>
#include "noreturn.h"
#include "closeout.h"
#include "dir-list.h"
-#include "error.h"
#include "xvasprintf.h"
#include "error-progname.h"
#include "progname.h"
/* Converts Uniforum style .po files to binary .mo files
- Copyright (C) 1995-1998, 2000-2007, 2009-2010, 2012, 2014-2016, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995.
This program is free software: you can redistribute it and/or modify
#include <sys/stat.h>
#include <assert.h>
+#include <error.h>
#include "noreturn.h"
#include "closeout.h"
#include "str-list.h"
#include "dir-list.h"
-#include "error.h"
#include "error-progname.h"
#include "progname.h"
#include "relocatable.h"
/* Extract some translations of a translation catalog.
- Copyright (C) 2001-2007, 2009-2010, 2012, 2014, 2016, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
#include <textstyle.h>
+#include <error.h>
#include "noreturn.h"
#include "closeout.h"
#include "dir-list.h"
-#include "error.h"
#include "error-progname.h"
#include "progname.h"
#include "relocatable.h"
/* Initializes a new PO file.
- Copyright (C) 2001-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
#include <textstyle.h>
+#include <error.h>
+
/* Get BINDIR. */
#include "configmake.h"
#include "noreturn.h"
#include "closeout.h"
-#include "error.h"
#include "error-progname.h"
#include "progname.h"
#include "relocatable.h"
/* Message list concatenation and duplicate handling.
- Copyright (C) 2001-2003, 2005-2008, 2012, 2015, 2019-2021, 2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
#include <stdlib.h>
#include <string.h>
-#include "error.h"
+#include <error.h>
#include "xerror.h"
#include "xvasprintf.h"
#include "message.h"
/* Message list charset and locale charset handling.
- Copyright (C) 2001-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "po-charset.h"
#include "localcharset.h"
-#include "error.h"
#include "progname.h"
#include "basename-lgpl.h"
#include "xmalloca.h"
/* GNU gettext - internationalization aids
- Copyright (C) 1995-1998, 2000-2010, 2012, 2014-2016, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
This program is free software: you can redistribute it and/or modify
#include <textstyle.h>
+#include <error.h>
#include "noreturn.h"
#include "closeout.h"
#include "dir-list.h"
-#include "error.h"
#include "error-progname.h"
#include "progname.h"
#include "relocatable.h"
/* msgunfmt - converts binary .mo files to Uniforum style .po files
- Copyright (C) 1995-1998, 2000-2007, 2009-2010, 2012, 2016, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995.
This program is free software: you can redistribute it and/or modify
#include <textstyle.h>
+#include <error.h>
#include "noreturn.h"
#include "closeout.h"
-#include "error.h"
#include "error-progname.h"
#include "progname.h"
#include "relocatable.h"
/* Remove, select or merge duplicate translations.
- Copyright (C) 2001-2007, 2009-2010, 2012, 2014, 2016, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
#include <textstyle.h>
+#include <error.h>
#include "noreturn.h"
#include "closeout.h"
#include "dir-list.h"
#include "str-list.h"
-#include "error.h"
#include "error-progname.h"
#include "progname.h"
#include "relocatable.h"
/* Error handling during reading and writing of PO files.
- Copyright (C) 2004, 2023 Free Software Foundation, Inc.
+ Copyright (C) 2004-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2004.
This program is free software: you can redistribute it and/or modify
/* Specification. */
#include "po-error.h"
-#include "error.h"
+#include <error.h>
#include "xerror.h"
/* GNU gettext - internationalization aids
- Copyright (C) 1995-1996, 1998, 2000-2001, 2003, 2005-2006, 2012-2013, 2016, 2020, 2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
This file was written by Peter Miller <pmiller@agso.gov.au>
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "str-list.h"
#include "po-lex.h"
#include "po-charset.h"
-#include "error.h"
#include "xalloc.h"
#include "gettext.h"
#include "read-catalog-abstract.h"
/* GNU gettext - internationalization aids
- Copyright (C) 1995-2009, 2011, 2019, 2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>.
Multibyte character handling by Bruno Haible <haible@clisp.cons.org>.
# include <iconv.h>
#endif
+#include <error.h>
#include "attribute.h"
#include "c-ctype.h"
#include "uniwidth.h"
#include "gettext.h"
#include "po-charset.h"
#include "xalloc.h"
-#include "error.h"
#include "error-progname.h"
#include "xvasprintf.h"
#include "po-error.h"
/* GNU gettext - internationalization aids
- Copyright (C) 1995-1998, 2000-2006, 2012, 2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
#include <sys/types.h>
#include <stdio.h>
#include <stdbool.h>
-#include "error.h"
+
+#include <error.h>
#include "error-progname.h"
#include "xerror.h"
#include "pos.h"
/* Error handling during reading and writing of PO files.
- Copyright (C) 2005-2007, 2013, 2019, 2023 Free Software Foundation, Inc.
+ Copyright (C) 2005-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2005.
This program is free software: you can redistribute it and/or modify
/* Specification. */
#include "po-xerror.h"
-#include <error.h>
#include <stdio.h>
#include <stdlib.h>
+#include <error.h>
#include "message.h"
#include "error-progname.h"
#include "xalloc.h"
#include "xerror.h"
-#include "error.h"
#include "xvasprintf.h"
#include "po-error.h"
#if IN_LIBGETTEXTPO
/* Reading PO files, abstract class.
- Copyright (C) 1995-1996, 1998, 2000-2009, 2013, 2015, 2021, 2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "po-charset.h"
#include "xalloc.h"
#include "xvasprintf.h"
#include "po-xerror.h"
-#include "error.h"
#include "gettext.h"
/* Local variables. */
/* Reading C# satellite assemblies.
- Copyright (C) 2003-2004, 2006-2008, 2010-2011, 2020 Free Software Foundation, Inc.
+ Copyright (C) 2003-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
#include <stdlib.h>
#include <errno.h>
+#include <error.h>
#include "msgunfmt.h"
#include "relocatable.h"
#include "csharpexec.h"
#include "read-po.h"
#include "xalloc.h"
#include "concat-filename.h"
-#include "error.h"
#include "gettext.h"
#define _(str) gettext (str)
/* Reading Desktop Entry files.
- Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014-2019, 2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
This file was written by Daiki Ueno <ueno@gnu.org>.
This program is free software: you can redistribute it and/or modify
#include <stdlib.h>
#include <string.h>
-#include "error.h"
+#include <error.h>
#include "error-progname.h"
#include "xalloc.h"
#include "xvasprintf.h"
/* Reading Java ResourceBundles.
- Copyright (C) 2001-2003, 2006-2008, 2010-2011, 2017, 2019-2020 Free Software
- Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
#include <stdlib.h>
#include <errno.h>
+#include <error.h>
#include "msgunfmt.h"
#include "relocatable.h"
#include "javaexec.h"
#include "wait-process.h"
#include "read-catalog.h"
#include "read-po.h"
-#include "error.h"
#include "gettext.h"
#define _(str) gettext (str)
/* Reading binary .mo files.
- Copyright (C) 1995-1998, 2000-2007, 2014-2015, 2017, 2020 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995.
This program is free software: you can redistribute it and/or modify
#include "gmo.h"
#include "hash-string.h"
-#include "error.h"
+#include <error.h>
#include "xalloc.h"
#include "binary-io.h"
#include "message.h"
/* Reading Java .properties files.
- Copyright (C) 2003, 2005-2007, 2009, 2018, 2020, 2023 Free Software Foundation, Inc.
+ Copyright (C) 2003-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
#include <stdlib.h>
#include <string.h>
-#include "error.h"
+#include <error.h>
#include "error-progname.h"
#include "message.h"
#include "read-catalog-abstract.h"
/* Reading C# .resources files.
- Copyright (C) 2003-2004, 2006-2008, 2010-2011, 2020 Free Software Foundation, Inc.
+ Copyright (C) 2003-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
#include <stdlib.h>
#include <stdio.h>
+#include <error.h>
#include "msgunfmt.h"
#include "relocatable.h"
#include "csharpexec.h"
#include "read-po.h"
#include "message.h"
#include "concat-filename.h"
-#include "error.h"
#include "gettext.h"
#define _(str) gettext (str)
/* Reading NeXTstep/GNUstep .strings files.
- Copyright (C) 2003, 2005-2007, 2009, 2019-2020, 2023 Free Software Foundation, Inc.
+ Copyright (C) 2003-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "attribute.h"
-#include "error.h"
#include "error-progname.h"
#include "read-catalog-abstract.h"
#include "xalloc.h"
/* Reading tcl/msgcat .msg files.
- Copyright (C) 2002-2003, 2005-2008, 2010-2011, 2018, 2020 Free Software
- Foundation, Inc.
+ Copyright (C) 2002-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2002.
This program is free software: you can redistribute it and/or modify
#include <stdio.h>
#include <stdlib.h>
+#include <error.h>
#include "msgunfmt.h"
#include "relocatable.h"
#include "concat-filename.h"
#include "read-catalog.h"
#include "read-po.h"
#include "xmalloca.h"
-#include "error.h"
#include "gettext.h"
#define _(str) gettext (str)
/* Recode Serbian text from Cyrillic to Latin script.
- Copyright (C) 2006-2007, 2010, 2012, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2006-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
#include <iconv.h>
#endif
+#include <error.h>
#include "noreturn.h"
#include "closeout.h"
-#include "error.h"
#include "progname.h"
#include "relocatable.h"
#include "basename-lgpl.h"
/* Get the contents of an URL.
- Copyright (C) 2001-2003, 2005-2010, 2012, 2017-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
#include <locale.h>
#include <unistd.h>
+#include <error.h>
#include "noreturn.h"
#include "closeout.h"
-#include "error.h"
#include "error-progname.h"
#include "progname.h"
#include "relocatable.h"
/* Writing C# satellite assemblies.
- Copyright (C) 2003-2010, 2016, 2018-2020 Free Software Foundation, Inc.
+ Copyright (C) 2003-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
# define S_IXOTH (S_IXUSR >> 6)
#endif
+#include <error.h>
#include "attribute.h"
#include "c-ctype.h"
#include "relocatable.h"
-#include "error.h"
#include "xerror.h"
#include "csharpcomp.h"
#include "message.h"
/* Writing Desktop Entry files.
- Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014-2016, 2019-2020 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
This file was written by Daiki Ueno <ueno@gnu.org>.
This program is free software: you can redistribute it and/or modify
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
-#include "error.h"
+
+#include <error.h>
#include "msgl-iconv.h"
#include "msgl-header.h"
#include "po-charset.h"
/* Writing Java ResourceBundles.
- Copyright (C) 2001-2003, 2005-2010, 2014, 2016, 2018-2020, 2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
# define S_IXUSR 00100
#endif
+#include <error.h>
#include "attribute.h"
#include "c-ctype.h"
-#include "error.h"
#include "xerror.h"
#include "xvasprintf.h"
#include "verify.h"
/* Writing binary .mo files.
- Copyright (C) 1995-1998, 2000-2007, 2016, 2020, 2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995.
This program is free software: you can redistribute it and/or modify
#include "gmo.h"
#include "hash-string.h"
+#include <error.h>
#include "byteswap.h"
-#include "error.h"
#include "mem-hash-map.h"
#include "message.h"
#include "format.h"
/* Writing Java .properties files.
- Copyright (C) 2003, 2005-2009, 2019, 2021 Free Software Foundation, Inc.
+ Copyright (C) 2003-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
#include <textstyle.h>
-#include "error.h"
+#include <error.h>
#include "message.h"
#include "msgl-ascii.h"
#include "msgl-iconv.h"
/* Writing Qt .qm files.
- Copyright (C) 2003, 2005-2007, 2009, 2016, 2020, 2023 Free Software Foundation, Inc.
+ Copyright (C) 2003-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "attribute.h"
-#include "error.h"
#include "xerror.h"
#include "message.h"
#include "po-charset.h"
/* Writing C# .resources files.
- Copyright (C) 2003-2005, 2007-2009, 2010-2011, 2016, 2020 Free Software
- Foundation, Inc.
+ Copyright (C) 2003-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
#include <stdio.h>
#include <string.h>
-#include "error.h"
+#include <error.h>
#include "xerror.h"
#include "relocatable.h"
#include "csharpexec.h"
/* Writing tcl/msgcat .msg files.
- Copyright (C) 2002-2003, 2005, 2007-2009, 2016 Free Software
- Foundation, Inc.
+ Copyright (C) 2002-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2002.
This program is free software: you can redistribute it and/or modify
#include <stdlib.h>
#include <string.h>
-#include "error.h"
+#include <error.h>
#include "xerror.h"
#include "message.h"
#include "msgl-iconv.h"
/* Writing XML files.
- Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014-2016 Free
- Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
This file was written by Daiki Ueno <ueno@gnu.org>.
This program is free software: you can redistribute it and/or modify
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
-#include "error.h"
+
+#include <error.h>
#include "msgl-iconv.h"
#include "msgl-header.h"
#include "po-charset.h"
/* xgettext awk backend.
- Copyright (C) 2002-2003, 2005-2009, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2002-2024 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2002.
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "attribute.h"
#include "message.h"
#include "xgettext.h"
#include "xg-arglist-callshape.h"
#include "xg-arglist-parser.h"
#include "xg-message.h"
-#include "error.h"
#include "if-error.h"
#include "xalloc.h"
#include "gettext.h"
/* xgettext C/C++/ObjectiveC backend.
- Copyright (C) 1995-1998, 2000-2009, 2012-2015, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "attribute.h"
#include "message.h"
#include "rc-str-list.h"
#include "xg-arglist-callshape.h"
#include "xg-arglist-parser.h"
#include "xg-message.h"
-#include "error.h"
#include "if-error.h"
#include "xalloc.h"
#include "xvasprintf.h"
/* xgettext C# backend.
- Copyright (C) 2003-2009, 2011, 2014, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2003-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "attribute.h"
#include "message.h"
#include "rc-str-list.h"
#include "xg-arglist-parser.h"
#include "xg-message.h"
#include "c-ctype.h"
-#include "error.h"
#include "if-error.h"
#include "xstrerror.h"
#include "xalloc.h"
/* xgettext Desktop Entry backend.
- Copyright (C) 2014, 2018-2020, 2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file was written by Daiki Ueno <ueno@gnu.org>, 2014.
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "message.h"
#include "xgettext.h"
#include "xg-message.h"
-#include "error.h"
#include "error-progname.h"
#include "xalloc.h"
#include "xvasprintf.h"
/* xgettext Emacs Lisp backend.
- Copyright (C) 2001-2003, 2005-2009, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2001-2002.
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "attribute.h"
#include "message.h"
#include "xgettext.h"
#include "xg-arglist-callshape.h"
#include "xg-arglist-parser.h"
#include "xg-message.h"
-#include "error.h"
#include "if-error.h"
#include "xalloc.h"
#include "mem-hash-map.h"
/* xgettext Java backend.
- Copyright (C) 2003, 2005-2009, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2003-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "attribute.h"
#include "message.h"
#include "rc-str-list.h"
#include "xg-arglist-callshape.h"
#include "xg-arglist-parser.h"
#include "xg-message.h"
-#include "error.h"
#include "if-error.h"
#include "xalloc.h"
#include "mem-hash-map.h"
/* xgettext JavaScript backend.
- Copyright (C) 2002-2003, 2005-2009, 2013-2014, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2002-2024 Free Software Foundation, Inc.
This file was written by Andreas Stricker <andy@knitter.ch>, 2010
It's based on x-python from Bruno Haible.
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "attribute.h"
#include "message.h"
#include "rc-str-list.h"
#include "xg-arglist-callshape.h"
#include "xg-arglist-parser.h"
#include "xg-message.h"
-#include "error.h"
#include "if-error.h"
#include "xstrerror.h"
#include "progname.h"
/* xgettext librep backend.
- Copyright (C) 2001-2003, 2005-2009, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2001.
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "attribute.h"
#include "c-ctype.h"
#include "message.h"
#include "xg-arglist-callshape.h"
#include "xg-arglist-parser.h"
#include "xg-message.h"
-#include "error.h"
#include "if-error.h"
#include "xalloc.h"
#include "mem-hash-map.h"
/* xgettext Lisp backend.
- Copyright (C) 2001-2003, 2005-2009, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2001.
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "attribute.h"
#include "message.h"
#include "xgettext.h"
#include "xg-arglist-callshape.h"
#include "xg-arglist-parser.h"
#include "xg-message.h"
-#include "error.h"
#include "if-error.h"
#include "xalloc.h"
#include "mem-hash-map.h"
/* xgettext Lua backend.
- Copyright (C) 2012-2013, 2016, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2012-2024 Free Software Foundation, Inc.
This file was written by ĽubomÃr Remák <lubomirr@lubomirr.eu>, 2012.
#include <stdio.h>
#include <stdlib.h>
+#include <error.h>
#include "attribute.h"
#include "message.h"
#include "rc-str-list.h"
#include "xg-arglist-callshape.h"
#include "xg-arglist-parser.h"
#include "xg-message.h"
-#include "error.h"
#include "if-error.h"
#include "xalloc.h"
#include "gettext.h"
/* xgettext Perl backend.
- Copyright (C) 2002-2010, 2013, 2016, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2002-2024 Free Software Foundation, Inc.
This file was written by Guido Flohr <guido@imperia.net>, 2002-2010.
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "attribute.h"
#include "message.h"
#include "rc-str-list.h"
#include "xg-arglist-callshape.h"
#include "xg-arglist-parser.h"
#include "xg-message.h"
-#include "error.h"
#include "if-error.h"
#include "xalloc.h"
#include "c-ctype.h"
/* xgettext PHP backend.
- Copyright (C) 2001-2003, 2005-2010, 2014, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
This file was written by Bruno Haible <bruno@clisp.org>, 2002.
#include <stdio.h>
#include <stdlib.h>
+#include <error.h>
#include "attribute.h"
#include "message.h"
#include "rc-str-list.h"
#include "xg-arglist-callshape.h"
#include "xg-arglist-parser.h"
#include "xg-message.h"
-#include "error.h"
#include "if-error.h"
#include "xalloc.h"
#include "gettext.h"
/* xgettext Python backend.
- Copyright (C) 2002-2003, 2005-2011, 2013-2014, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2002-2024 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2002.
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "attribute.h"
#include "message.h"
#include "rc-str-list.h"
#include "xg-arglist-callshape.h"
#include "xg-arglist-parser.h"
#include "xg-message.h"
-#include "error.h"
#include "if-error.h"
#include "xstrerror.h"
#include "progname.h"
/* xgettext RST/RSJ backend.
- Copyright (C) 2001-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2001.
#include <stddef.h>
#include <stdlib.h>
+#include <error.h>
#include "c-ctype.h"
#include "po-charset.h"
#include "message.h"
#include "xg-encoding.h"
#include "xg-mixed-string.h"
#include "xg-message.h"
-#include "error.h"
#include "if-error.h"
#include "xalloc.h"
#include "gettext.h"
/* xgettext Ruby backend.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2020.
This program is free software: you can redistribute it and/or modify
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "message.h"
#include "sh-quote.h"
#include "spawn-pipe.h"
#include "xg-message.h"
#include "c-strstr.h"
#include "read-catalog-abstract.h"
-#include "error.h"
#include "gettext.h"
/* A convenience macro. I don't like writing gettext() every time. */
/* xgettext Scheme backend.
- Copyright (C) 2004-2009, 2011, 2014, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2004-2024 Free Software Foundation, Inc.
This file was written by Bruno Haible <bruno@clisp.org>, 2004-2005.
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "attribute.h"
#include "message.h"
#include "xgettext.h"
#include "xg-arglist-callshape.h"
#include "xg-arglist-parser.h"
#include "xg-message.h"
-#include "error.h"
#include "if-error.h"
#include "xalloc.h"
#include "mem-hash-map.h"
/* xgettext sh backend.
- Copyright (C) 2003, 2005-2009, 2014, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2003-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "attribute.h"
#include "message.h"
#include "xgettext.h"
#include "xg-arglist-callshape.h"
#include "xg-arglist-parser.h"
#include "xg-message.h"
-#include "error.h"
#include "if-error.h"
#include "xalloc.h"
#include "mem-hash-map.h"
/* xgettext Smalltalk backend.
- Copyright (C) 2002-2003, 2005-2009, 2011, 2018-2020 Free Software Foundation, Inc.
+ Copyright (C) 2002-2024 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2002.
#include <stdio.h>
#include <stdlib.h>
+#include <error.h>
#include "attribute.h"
#include "message.h"
#include "xgettext.h"
#include "xg-pos.h"
#include "xg-message.h"
-#include "error.h"
#include "xalloc.h"
#include "gettext.h"
/* xgettext Tcl backend.
- Copyright (C) 2002-2003, 2005-2009, 2013, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2002-2024 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2002.
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "attribute.h"
#include "message.h"
#include "xgettext.h"
#include "xg-arglist-callshape.h"
#include "xg-arglist-parser.h"
#include "xg-message.h"
-#include "error.h"
#include "if-error.h"
#include "xalloc.h"
#include "mem-hash-map.h"
/* xgettext Vala backend.
- Copyright (C) 2013-2014, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file was written by Daiki Ueno <ueno@gnu.org>, 2013.
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "attribute.h"
#include "message.h"
#include "rc-str-list.h"
#include "xg-arglist-callshape.h"
#include "xg-arglist-parser.h"
#include "xg-message.h"
-#include "error.h"
#include "if-error.h"
#include "xalloc.h"
#include "xvasprintf.h"
/* xgettext YCP backend.
- Copyright (C) 2001-2003, 2005-2009, 2011, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2001.
#include <stdio.h>
#include <stdlib.h>
+#include <error.h>
#include "attribute.h"
#include "message.h"
#include "rc-str-list.h"
#include "xg-pos.h"
#include "xg-arglist-context.h"
#include "xg-message.h"
-#include "error.h"
#include "if-error.h"
#include "xalloc.h"
#include "gettext.h"
/* Handling strings that are given partially in the source encoding and
partially in Unicode.
- Copyright (C) 2001-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#include <stdlib.h>
#include <string.h>
-#include "error.h"
+#include <error.h>
#include "if-error.h"
#include "flexmember.h"
#include "msgl-ascii.h"
/* Extracts strings from C source file to Uniforum style .po file.
- Copyright (C) 1995-1998, 2000-2016, 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995.
This program is free software: you can redistribute it and/or modify
#include <textstyle.h>
+#include <error.h>
#include "noreturn.h"
#include "rc-str-list.h"
#include "xg-encoding.h"
#include "dir-list.h"
#include "file-list.h"
#include "str-list.h"
-#include "error.h"
#include "error-progname.h"
#include "progname.h"
#include "relocatable.h"
/* gettext - retrieve text string from message catalog and print it.
- Copyright (C) 1995-2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, May 1995.
This program is free software: you can redistribute it and/or modify
#include <string.h>
#include <locale.h>
+#include <error.h>
#include "attribute.h"
#include "noreturn.h"
#include "closeout.h"
-#include "error.h"
#include "progname.h"
#include "relocatable.h"
#include "basename-lgpl.h"
/* ngettext - retrieve plural form strings from message catalog and print them.
- Copyright (C) 1995-2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#include <locale.h>
#include <errno.h>
+#include <error.h>
#include "attribute.h"
#include "noreturn.h"
#include "closeout.h"
-#include "error.h"
#include "progname.h"
#include "relocatable.h"
#include "basename-lgpl.h"
/* closeout.c - close standard output and standard error
- Copyright (C) 1998-2007, 2012 Free Software Foundation, Inc.
+ Copyright (C) 1998-2024 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#include <stdlib.h>
#include <errno.h>
-#include "error.h"
+#include <error.h>
#include "fwriteerror.h"
#include "gettext.h"
/* Multiline error-reporting functions.
- Copyright (C) 2001-2003, 2006, 2019, 2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
#include <stdlib.h>
#include <string.h>
-#include "error.h"
+#include <error.h>
#include "error-progname.h"
#include "mbswidth.h"
#if IN_LIBGETTEXTPO
/* Output stream referring to a file descriptor.
- Copyright (C) 2006-2007, 2019-2020 Free Software Foundation, Inc.
+ Copyright (C) 2006-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
# include <termios.h>
#endif
-#include "error.h"
+#include <error.h>
#include "full-write.h"
#include "xalloc.h"
#include "gettext.h"
/* Output stream for CSS styled text, producing HTML output.
- Copyright (C) 2006-2007, 2019-2020 Free Software Foundation, Inc.
+ Copyright (C) 2006-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
# define O_TEXT 0
#endif
-#include "error.h"
+#include <error.h>
#include "safe-read.h"
#include "xalloc.h"
#include "gettext.h"
#include <stdlib.h>
#include <string.h>
+#include <error.h>
#include "c-strcase.h"
-#include "error.h"
#include "xalloc.h"
#include "gettext.h"
/* Output stream that accumulates the output in memory.
- Copyright (C) 2006-2007, 2019-2020, 2023 Free Software Foundation, Inc.
+ Copyright (C) 2006-2024 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
#include <stdlib.h>
#include <string.h>
-#include "error.h"
+#include <error.h>
#include "xalloc.h"
#include "xsize.h"
#include "gettext.h"
# include <windows.h>
#endif
-#include "error.h"
+#include <error.h>
#include "full-write.h"
#include "get_ppid_of.h"
#include "get_progname_of.h"