# HG changeset patch # User jwe # Date 751007667 0 # Node ID 43074bfdc8c5ef2ef9ed78a5b10381bead60ebe1 # Parent b0a874dca5af8abf1216bec0789388734d80182c [project @ 1993-10-19 05:14:27 by jwe] (main): The error_state is now reset in reset_parser, to don't do it just before evaluating global command. diff -r b0a874dca5af -r 43074bfdc8c5 src/octave.cc --- a/src/octave.cc Tue Oct 19 05:11:58 1993 +0000 +++ b/src/octave.cc Tue Oct 19 05:14:27 1993 +0000 @@ -484,7 +484,6 @@ retval = yyparse (); if (retval == 0 && global_command != NULL_TREE) { - error_state = 0; global_command->eval (1); delete global_command; current_command_number++;