[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-gnulib] progreloc.c update
From: |
Bruno Haible |
Subject: |
[bug-gnulib] progreloc.c update |
Date: |
Mon, 17 Jan 2005 14:04:17 +0100 |
User-agent: |
KMail/1.5 |
I committed this update from gettext.
2004-01-24 Bruno Haible <address@hidden>
* progreloc.c (xstrdup): Define as strdup if no xmalloc should be used.
2003-10-09 Bruno Haible <address@hidden>
* progreloc.c: Include xalloc.h instead of xmalloc.h.
diff -r -c3 --exclude=ChangeLog GNULIB/gnulib-20050105/lib/progreloc.c
/packages/gettext/gettext-work/gettext-cvs/gettext-tools/lib/progreloc.c
*** GNULIB/gnulib-20050105/lib/progreloc.c 2004-09-29 13:04:58.000000000
+0200
--- /packages/gettext/gettext-work/gettext-cvs/gettext-tools/lib/progreloc.c
2004-08-08 18:50:42.000000000 +0200
***************
*** 50,57 ****
#ifdef NO_XMALLOC
# define xmalloc malloc
#else
! # include "xmalloc.h"
#endif
/* Pathname support.
--- 51,59 ----
#ifdef NO_XMALLOC
# define xmalloc malloc
+ # define xstrdup strdup
#else
! # include "xalloc.h"
#endif
/* Pathname support.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug-gnulib] progreloc.c update,
Bruno Haible <=