pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/descript.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/descript.c
Date: Sun, 31 Jul 2005 17:42:57 -0400

Index: pspp/src/descript.c
diff -u pspp/src/descript.c:1.13 pspp/src/descript.c:1.14
--- pspp/src/descript.c:1.13    Mon May 16 07:33:17 2005
+++ pspp/src/descript.c Sun Jul 31 21:42:46 2005
@@ -39,6 +39,10 @@
 #include "var.h"
 #include "vfm.h"
 
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+#define N_(msgid) msgid
+
 /* DESCRIPTIVES private data. */
 
 struct dsc_proc;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]