Be more forgiving about ROC syntax
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 27 May 2010 14:11:58 +0000 (16:11 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 27 May 2010 14:11:58 +0000 (16:11 +0200)
src/language/stats/roc.c

index ba191e7481cc2c514c60e258371af6f223b90213..d1461a599f0724471a37aaf41a1120c336670f52 100644 (file)
@@ -95,6 +95,7 @@ cmd_roc (struct lexer *lexer, struct dataset *ds)
   roc.dict = dataset_dict (ds);
   roc.state_var = NULL;
 
+  lex_match (lexer, '/');
   if (!parse_variables_const (lexer, dict, &roc.vars, &roc.n_vars,
                              PV_APPEND | PV_NO_DUPLICATE | PV_NUMERIC))
     goto error;