X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Flexer%2Fvariable-parser.h;h=899e674c32222dc6877ecbdf4c4c1db03d5492ea;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=08c9902d8c591da7a9cd8969263156ab2c86c193;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/language/lexer/variable-parser.h b/src/language/lexer/variable-parser.h index 08c9902d..899e674c 100644 --- a/src/language/lexer/variable-parser.h +++ b/src/language/lexer/variable-parser.h @@ -64,9 +64,9 @@ bool parse_var_set_vars (struct lexer *, const struct var_set *, struct variable bool parse_DATA_LIST_vars (struct lexer *, char ***names, size_t *cnt, int opts); bool parse_DATA_LIST_vars_pool (struct lexer *, struct pool *, char ***names, size_t *cnt, int opts); -bool parse_mixed_vars (struct lexer *, const struct dictionary *dict, +bool parse_mixed_vars (struct lexer *, const struct dictionary *dict, char ***names, size_t *cnt, int opts); -bool parse_mixed_vars_pool (struct lexer *, const struct dictionary *dict, +bool parse_mixed_vars_pool (struct lexer *, const struct dictionary *dict, struct pool *, char ***names, size_t *cnt, int opts);