REGRESSION: Relaxed the syntax parser slightly and include /METHO=ENTER in generated...
[pspp] / src / language / stats / regression.c
index 51502e5fe03f1515f00d487012543f0cf99234d8..d9409aae59bcc1301e16ed05770606457194915d 100644 (file)
@@ -225,8 +225,7 @@ cmd_regression (struct lexer *lexer, struct dataset *ds)
 
       if (lex_match_id (lexer, "DEPENDENT"))
         {
-          if (!lex_force_match (lexer, T_EQUALS))
-            goto error;
+          lex_match (lexer, T_EQUALS);
 
          free (regression.dep_vars);
          regression.n_dep_vars = 0;