about summary refs log tree commit diff
path: root/posix/getopt.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-10 23:14:28 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-10 23:14:28 +0000
commitd682a515f1a83e557d694c35e011f06269528ae1 (patch)
tree59fe6752e49defa23929da380f4959ec8d53161c /posix/getopt.c
parentd3a4a571c42d14ad2dfbe8c06bdf02b74d012e94 (diff)
downloadglibc-d682a515f1a83e557d694c35e011f06269528ae1.tar.gz
glibc-d682a515f1a83e557d694c35e011f06269528ae1.tar.xz
glibc-d682a515f1a83e557d694c35e011f06269528ae1.zip
Update.
2004-03-10  Ulrich Drepper  <drepper@redhat.com>

	* posix/getopt.c (_): Don't define here for glibc.
Diffstat (limited to 'posix/getopt.c')
-rw-r--r--posix/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/getopt.c b/posix/getopt.c
index 4c383a4a4f..9ad13a4a92 100644
--- a/posix/getopt.c
+++ b/posix/getopt.c
@@ -71,8 +71,8 @@
 # include <libintl.h>
 #else
 # include "gettext.h"
+# define _(msgid) gettext (msgid)
 #endif
-#define _(msgid) gettext (msgid)
 
 #if defined _LIBC && defined USE_IN_LIBIO
 # include <wchar.h>