]> sjero.net Git - wget/blobdiff - src/wget.h
[svn] Fix memory leak in a rare case in url.c.
[wget] / src / wget.h
index 1c06db05d122e2afe016882236d1d36e14e45c00..45e2fd82f784f3c68a44501823e4dbfbfece4fe9 100644 (file)
@@ -62,6 +62,9 @@ so, delete this exception statement from your version.  */
 # define _(string) string
 #endif /* not HAVE_NLS */
 
+/* No-op version of gettext, used for constant strings. */
+#define N_(string) (string)
+
 /* I18N NOTE: You will notice that none of the DEBUG messages are
    marked as translatable.  This is intentional, for a few reasons: