pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/dictionary.c
diff -u pspp/src/dictionary.c:1.24 pspp/src/dictionary.c:1.25
--- pspp/src/dictionary.c:1.24  Tue May 17 05:46:39 2005
+++ pspp/src/dictionary.c       Sun Jul 31 21:42:46 2005
@@ -32,6 +32,9 @@
 #include "value-labels.h"
 #include "var.h"
 
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+
 /* A dictionary. */
 struct dictionary
   {




reply via email to

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