diff options
author | Bruno Haible <bruno@clisp.org> | 2003-08-22 13:55:38 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:50 +0200 |
commit | 86ec2c1319487e658c35bc53f84a3486c4dd9dda (patch) | |
tree | 058925c5a2a5f1072195042c4fe675a60506b79b /gettext-tools/lib/xerror.c | |
parent | 1c8d0de19dc86272e0722059464f46c73061ceff (diff) | |
download | external_gettext-86ec2c1319487e658c35bc53f84a3486c4dd9dda.zip external_gettext-86ec2c1319487e658c35bc53f84a3486c4dd9dda.tar.gz external_gettext-86ec2c1319487e658c35bc53f84a3486c4dd9dda.tar.bz2 |
Move the error_with_progname variable from module 'progname' to a new module
'error-progname'.
Diffstat (limited to 'gettext-tools/lib/xerror.c')
-rw-r--r-- | gettext-tools/lib/xerror.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/lib/xerror.c b/gettext-tools/lib/xerror.c index b07a6d6..7408c7c 100644 --- a/gettext-tools/lib/xerror.c +++ b/gettext-tools/lib/xerror.c @@ -1,5 +1,5 @@ /* Multiline error-reporting functions. - Copyright (C) 2001-2002 Free Software Foundation, Inc. + Copyright (C) 2001-2003 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 @@ -31,6 +31,7 @@ #include "error.h" #include "progname.h" +#include "error-progname.h" #include "exit.h" #include "mbswidth.h" #include "vasprintf.h" |