lexer: Make lex_error_expecting() easier to use.
[pspp] / src / language / dictionary / attributes.c
index 2f1d6906b9b6b4ee1b76b62857f0968673f8fc99..2fdc11e2a1ad3744f8551a29c360b8a8cd769a5f 100644 (file)
@@ -197,7 +197,7 @@ parse_attributes (struct lexer *lexer, const char *dict_encoding,
         command = DELETE;
       else if (command == UNKNOWN)
         {
-          lex_error_expecting (lexer, "ATTRIBUTE=", "DELETE=", NULL_SENTINEL);
+          lex_error_expecting (lexer, "ATTRIBUTE=", "DELETE=");
           return CMD_FAILURE;
         }