diff options
author | Bruno Haible <bruno@clisp.org> | 2007-02-19 03:31:37 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:41 +0200 |
commit | 3d2396ea33f686f48485c87ef07f4c86c87e1df5 (patch) | |
tree | c435e44db1c1378d57a611e04cb442e9949b7ebb /gettext-tools/src/msgl-check.c | |
parent | 799d4524aa01329ecf70eae98c240d7143954325 (diff) | |
download | external_gettext-3d2396ea33f686f48485c87ef07f4c86c87e1df5.zip external_gettext-3d2396ea33f686f48485c87ef07f4c86c87e1df5.tar.gz external_gettext-3d2396ea33f686f48485c87ef07f4c86c87e1df5.tar.bz2 |
exit.h is replaced with <stdlib.h>.
Diffstat (limited to 'gettext-tools/src/msgl-check.c')
-rw-r--r-- | gettext-tools/src/msgl-check.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gettext-tools/src/msgl-check.c b/gettext-tools/src/msgl-check.c index 67ef53c..da7e334 100644 --- a/gettext-tools/src/msgl-check.c +++ b/gettext-tools/src/msgl-check.c @@ -1,5 +1,5 @@ /* Checking of messages in PO files. - Copyright (C) 1995-1998, 2000-2006 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2007 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 @@ -40,7 +40,6 @@ #include "plural-table.h" #include "c-strstr.h" #include "vasprintf.h" -#include "exit.h" #include "message.h" #include "gettext.h" |