This should be less surprising, I hope, than always parsing syntax in
"interactive" mode.
Reported by Ronald Crichton <Ronald.Crichton@cit.edu.au>.
Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
+Changes after 0.8.0:
+
+ * PSPPIRE graphical user interface improvements:
+
+ - Syntax windows now parse syntax in "auto" mode, which in practice
+ should mean that both "batch" and "interactive" syntax now works,
+ instead of just "interactive" syntax.
+
Changes from 0.6.2 to 0.8.0:
* New commands:
r = xmalloc (sizeof *r);
lex_reader_init (&r->reader, &lex_string_reader_class);
- r->reader.syntax = LEX_SYNTAX_INTERACTIVE;
+ r->reader.syntax = LEX_SYNTAX_AUTO;
r->s = s;
r->offset = 0;