diff options
author | Bruno Haible <bruno@clisp.org> | 2003-10-17 10:37:11 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:04 +0200 |
commit | 1dc13baa80da8ee9c0e755d5a10aef4d8f1e76ef (patch) | |
tree | a7f598bc1e7782a866fd042aeff41a97bcd0fdcc /gettext-tools/lib/xstrdup.c | |
parent | e0c31002a8ddc471cb965dd1f72c1b23b85c3914 (diff) | |
download | external_gettext-1dc13baa80da8ee9c0e755d5a10aef4d8f1e76ef.zip external_gettext-1dc13baa80da8ee9c0e755d5a10aef4d8f1e76ef.tar.gz external_gettext-1dc13baa80da8ee9c0e755d5a10aef4d8f1e76ef.tar.bz2 |
Renamed xmalloc.h to xalloc.h.
Diffstat (limited to 'gettext-tools/lib/xstrdup.c')
-rw-r--r-- | gettext-tools/lib/xstrdup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/lib/xstrdup.c b/gettext-tools/lib/xstrdup.c index 6d20e2b..4ed1766 100644 --- a/gettext-tools/lib/xstrdup.c +++ b/gettext-tools/lib/xstrdup.c @@ -1,5 +1,5 @@ /* xstrdup.c -- copy a string with out of memory checking - Copyright (C) 1990, 1996, 2000-2002 Free Software Foundation, Inc. + Copyright (C) 1990, 1996, 2000-2003 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 @@ -20,7 +20,7 @@ #endif /* Specification. */ -#include "xmalloc.h" +#include "xalloc.h" #include <string.h> |