X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Foneway.q;h=674cf710f085f4cbbeb2b81f07537921af86e6d7;hb=18f6e8958244f938e9e9a03a4230cacf0d22a470;hp=a400c1da6f0f08b54e23cbe98d47973be275e2e2;hpb=e9aa6e433b846849da90550f6800095d569fb549;p=pspp-builds.git diff --git a/src/language/stats/oneway.q b/src/language/stats/oneway.q index a400c1da..674cf710 100644 --- a/src/language/stats/oneway.q +++ b/src/language/stats/oneway.q @@ -121,7 +121,7 @@ cmd_oneway(void) int i; bool ok; - if ( !parse_oneway(&cmd) ) + if ( !parse_oneway(&cmd, NULL) ) return CMD_FAILURE; /* If /MISSING=INCLUDE is set, then user missing values are ignored */ @@ -223,7 +223,7 @@ output_oneway(void) /* Parser for the variables sub command */ static int -oneway_custom_variables(struct cmd_oneway *cmd UNUSED) +oneway_custom_variables(struct cmd_oneway *cmd UNUSED, void *aux UNUSED) { lex_match('=');