pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/format.c
diff -u pspp/src/format.c:1.15 pspp/src/format.c:1.16
--- pspp/src/format.c:1.15      Sun Jul 31 05:47:13 2005
+++ pspp/src/format.c   Sun Jul 31 21:42:46 2005
@@ -28,6 +28,9 @@
 #include "str.h"
 #include "var.h"
 
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+
 #define DEFFMT(LABEL, NAME, N_ARGS, IMIN_W, IMAX_W, OMIN_W, OMAX_W, CAT, \
               OUTPUT, SPSS_FMT) \
        {NAME, N_ARGS, IMIN_W, IMAX_W, OMIN_W, OMAX_W, CAT, OUTPUT, SPSS_FMT},




reply via email to

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