summaryrefslogtreecommitdiff
path: root/lib/verror.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-07-21 08:10:38 +0000
committerBruno Haible <bruno@clisp.org>2007-07-21 08:10:38 +0000
commit0facee04796ce7cc883d8bbbcf28094ac3b775df (patch)
tree3640b0482778d610a2821bac85d75ba38c34e801 /lib/verror.c
parent481364fbcd27c8b66d9484a41969de7c895c96d2 (diff)
downloadgnulib-0facee04796ce7cc883d8bbbcf28094ac3b775df.tar.gz
Add missing definition of _ macro.
Diffstat (limited to 'lib/verror.c')
-rw-r--r--lib/verror.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/verror.c b/lib/verror.c
index 531e4edb5f..a664a89d43 100644
--- a/lib/verror.c
+++ b/lib/verror.c
@@ -1,5 +1,5 @@
/* va_list error handler for noninteractive utilities
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 2006-2007 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
@@ -28,6 +28,7 @@
#if ENABLE_NLS
# include "gettext.h"
+# define _(msgid) gettext (msgid)
#endif
#ifndef _