X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodify-vars.c;h=20898e0a8c525360a88c49ef4556ebfdd2c366af;hb=f62700038e9edd7d8002242015a900a15626bceb;hp=fee6d59b840f92afdff88c1a877dc0a15cfc0a6e;hpb=1339492699ce7e12c9bf9fa17f9d60a66024cbd1;p=pspp diff --git a/src/modify-vars.c b/src/modify-vars.c index fee6d59b84..20898e0a8c 100644 --- a/src/modify-vars.c +++ b/src/modify-vars.c @@ -33,6 +33,9 @@ #include "var.h" #include "vfm.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + /* FIXME: should change weighting variable, etc. */ /* These control the ordering produced by compare_variables_given_ordering(). */ @@ -387,7 +390,8 @@ validate_var_modification (const struct dictionary *d, struct variable **all_vars; struct variable **keep_vars; struct variable **drop_vars; - size_t all_cnt, keep_cnt, drop_cnt; + size_t keep_cnt, drop_cnt; + int all_cnt; struct var_renaming *var_renaming; int valid;