diff options
author | Marco d'Itri <md@linux.it> | 2009-08-12 15:31:20 +0200 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:38 +0100 |
commit | 6b108b4fd4b411d6814a35d4ca5e5939dda42c02 (patch) | |
tree | 2828f2d9f8a1a5c46bb1d82a554c36ad0af77c0b /utils.h | |
parent | 4ee9510383b539e54b0791951a4fbf5f457a5708 (diff) | |
download | whois-4.7.35.tar.gz |
Imported Debian version 4.7.35v4.7.35
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ #else # define _(a) (a) # define N_(a) (a) +# define ngettext(a, b, c) ((c==1) ? (a) : (b)) #endif |