pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/compute.c
diff -u pspp/src/compute.c:1.20 pspp/src/compute.c:1.21
--- pspp/src/compute.c:1.20     Mon May 16 07:33:16 2005
+++ pspp/src/compute.c  Sun Jul 31 21:42:46 2005
@@ -31,6 +31,9 @@
 #include "str.h"
 #include "var.h"
 
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+
 struct compute_trns;
 struct lvalue;
 




reply via email to

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