X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fnumeric.c;h=1a81e0e494ceb9300e468fc3520768d46212d8be;hb=0ed82886f29b9c00f5068c69f021bd51c76488df;hp=c88d514345c9d2986364553dfcabc4aff19c9b43;hpb=9ade26c8349b4434008c46cf09bc7473ec743972;p=pspp diff --git a/src/language/dictionary/numeric.c b/src/language/dictionary/numeric.c index c88d514345..1a81e0e494 100644 --- a/src/language/dictionary/numeric.c +++ b/src/language/dictionary/numeric.c @@ -18,8 +18,8 @@ #include +#include "data/dataset.h" #include "data/dictionary.h" -#include "data/procedure.h" #include "data/variable.h" #include "data/format.h" #include "language/command.h" @@ -72,7 +72,7 @@ cmd_numeric (struct lexer *lexer, struct dataset *ds) if (!lex_match (lexer, T_RPAREN)) { - msg (SE, _("`)' expected after output format.")); + lex_error_expecting (lexer, "`)'", NULL_SENTINEL); goto fail; } }