X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmoments.c;h=00e0ac800358a3479b73e69fadeeaffcd7e4441f;hb=f62700038e9edd7d8002242015a900a15626bceb;hp=4bafb0515781095521a1d15efd998f8c78e2b22e;hpb=4fdeb2145d081ff1b84e3f6c99f9d1c048c0d64a;p=pspp diff --git a/src/moments.c b/src/moments.c index 4bafb05157..00e0ac8003 100644 --- a/src/moments.c +++ b/src/moments.c @@ -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