lexer: Drop lexer parameter from lex_sbc_missing().
[pspp-builds.git] / src / language / data-io / combine-files.c
index e09b36ecad9dde80b16e521ef21cfe22c9bbc01a..f306cad6f645c1b10ce408233e78da63fe2d4fe6 100644 (file)
@@ -376,7 +376,7 @@ combine_files (enum comb_command_type command,
     {
       if (command == COMB_UPDATE)
         {
-          msg (SE, _("The BY subcommand is required."));
+          lex_sbc_missing ("BY");
           goto error;
         }
       if (n_tables)