[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS gss/lib
From: |
gss-commit |
Subject: |
CVS gss/lib |
Date: |
Fri, 17 Sep 2004 00:58:23 +0200 |
Update of /home/cvs/gss/lib
In directory dopio:/tmp/cvs-serv17589
Modified Files:
ext.c
Log Message:
Fix gettext.
--- /home/cvs/gss/lib/ext.c 2004/09/16 22:56:17 1.11
+++ /home/cvs/gss/lib/ext.c 2004/09/16 22:58:23 1.12
@@ -23,6 +23,10 @@
#include <stdio.h>
+/* Get i18n. */
+#include <gettext.h>
+#define _(String) dgettext (PACKAGE, String)
+
/* If non-NULL, call this function when memory is exhausted. */
void (*gss_alloc_fail_function) (void) = 0;
- CVS gss/lib, gss-commit, 2004/09/16
- CVS gss/lib,
gss-commit <=