summaryrefslogtreecommitdiff
path: root/gnulib-local
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-02-18 01:45:22 +0100
committerBruno Haible <bruno@clisp.org>2012-02-18 22:30:36 +0100
commit665a38c8599ede9842a0d88fb784820b5bd1317a (patch)
tree2ba13ad68ec09ab6d6c823bbd50af551e12fb7b1 /gnulib-local
parent4e2caeddd1efd32502de66a9b4e428a71de92224 (diff)
downloadgettext-665a38c8599ede9842a0d88fb784820b5bd1317a.tar.gz
Update after gnulib changed.
Diffstat (limited to 'gnulib-local')
-rw-r--r--gnulib-local/ChangeLog5
-rw-r--r--gnulib-local/lib/exitfail.h.diff12
2 files changed, 11 insertions, 6 deletions
diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog
index 6080b2d68..a54928ceb 100644
--- a/gnulib-local/ChangeLog
+++ b/gnulib-local/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-17 Bruno Haible <bruno@clisp.org>
+
+ Update after gnulib changed.
+ * lib/exitfail.h.diff: Update.
+
2012-01-26 Bruno Haible <bruno@clisp.org>
Modernize quoting.
diff --git a/gnulib-local/lib/exitfail.h.diff b/gnulib-local/lib/exitfail.h.diff
index 119c9587c..ffa459e84 100644
--- a/gnulib-local/lib/exitfail.h.diff
+++ b/gnulib-local/lib/exitfail.h.diff
@@ -1,13 +1,13 @@
*** gnulib/lib/exitfail.h 2005-05-14 08:03:58.000000000 +0200
--- gettext-tools/lib/exitfail.h 2006-07-22 16:35:58.000000000 +0200
***************
-*** 17,20 ****
- If not, write to the Free Software Foundation,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+*** 15,18 ****
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
! extern int volatile exit_failure;
---- 17,20 ----
- If not, write to the Free Software Foundation,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+--- 15,18 ----
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
! extern DLL_VARIABLE int volatile exit_failure;