]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Move xmalloc.h to xalloc.h.
authorBruno Haible <bruno@clisp.org>
Fri, 17 Oct 2003 10:28:42 +0000 (10:28 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:04 +0000 (12:11 +0200)
gettext-tools/lib/xalloc.h [moved from gettext-tools/lib/xmalloc.h with 96% similarity]

similarity index 96%
rename from gettext-tools/lib/xmalloc.h
rename to gettext-tools/lib/xalloc.h
index 2d2a58116302c5a171566ae9278c65c52e311abe..0e7ea8487c4a2d805299f10d27bd3e1cdae3fb49 100644 (file)
@@ -16,8 +16,8 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#ifndef _XMALLOC_H
-#define _XMALLOC_H
+#ifndef _XALLOC_H
+#define _XALLOC_H
 
 #include <stddef.h>
 
@@ -61,4 +61,4 @@ extern char *xstrdup (const char *string);
 #endif
 
 
-#endif /* _XMALLOC_H */
+#endif /* _XALLOC_H */