Added automake.mk files
[pspp] / src / weight.c
index 212c77d5f4c906afb9831c8d13c03f0dffd186f0..f1326f09d25fc6a70e99670b9ab68266f6c826f2 100644 (file)
 #include "str.h"
 #include "var.h"
 
-/* WEIGHT transformation. */
-struct weight_trns
-  {
-    struct trns_header h;
-    int src;                   /* `value' index of weighting variable. */
-    int dest;                  /* `value' index of $WEIGHT. */
-  };
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
 
 int
 cmd_weight (void)