]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Update from gnulib.
authorJim Meyering <jim@meyering.net>
Fri, 7 May 2004 06:48:12 +0000 (06:48 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 7 May 2004 06:48:12 +0000 (06:48 +0000)
(_): Define only if not already defined.

lib/obstack.c

index 123a7a5d4d2cda16a31aedbe6020210a2e61f3cd..6a1ca0086cc724d8261504f86cc0e9bbacf5d4d0 100644 (file)
@@ -379,7 +379,9 @@ _obstack_memory_used (struct obstack *h)
 # else
 #  include "gettext.h"
 # endif
-# define _(msgid) gettext (msgid)
+# ifndef _
+#  define _(msgid) gettext (msgid)
+# endif
 
 # ifdef _LIBC
 #  include <libio/iolibio.h>