X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fweight.c;h=f1326f09d25fc6a70e99670b9ab68266f6c826f2;hb=16aa47dbdde420fe82032f7d2e166fdf4e974df5;hp=212c77d5f4c906afb9831c8d13c03f0dffd186f0;hpb=4fdeb2145d081ff1b84e3f6c99f9d1c048c0d64a;p=pspp diff --git a/src/weight.c b/src/weight.c index 212c77d5f4..f1326f09d2 100644 --- a/src/weight.c +++ b/src/weight.c @@ -27,13 +27,8 @@ #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)