pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/moments.c
diff -u pspp/src/moments.c:1.5 pspp/src/moments.c:1.6
--- pspp/src/moments.c:1.5      Fri Apr 29 01:02:15 2005
+++ pspp/src/moments.c  Sun Jul 31 21:42:46 2005
@@ -25,6 +25,9 @@
 #include "alloc.h"
 #include "misc.h"
 #include "val.h"
+
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
 
 /* Calculates variance, skewness, and kurtosis into *VARIANCE,
    *SKEWNESS, and *KURTOSIS if they are non-null and not greater




reply via email to

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