X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmoments.c;h=00e0ac800358a3479b73e69fadeeaffcd7e4441f;hb=f62700038e9edd7d8002242015a900a15626bceb;hp=3890cbde441d83867c319c3b2a256c6a0bad274c;hpb=4848cff524922cc77ed21662406807471e96a68e;p=pspp diff --git a/src/moments.c b/src/moments.c index 3890cbde44..00e0ac8003 100644 --- a/src/moments.c +++ b/src/moments.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #include #include "moments.h" @@ -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