changeset 167:43074bfdc8c5

[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.
author jwe
date Tue, 19 Oct 1993 05:14:27 +0000
parents b0a874dca5af
children a500c60e8f23
files src/octave.cc
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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++;