diff src/parse.y @ 4318:115bffcecfd3

[project @ 2003-02-13 05:52:16 by jwe]
author jwe
date Thu, 13 Feb 2003 05:52:16 +0000
parents 59a2ba0fb205
children 813effe14ee1
line wrap: on
line diff
--- a/src/parse.y	Tue Feb 11 16:10:09 2003 +0000
+++ b/src/parse.y	Thu Feb 13 05:52:16 2003 +0000
@@ -3595,6 +3595,8 @@
 
   do
     {
+      reset_parser ();
+
       parse_status = yyparse ();
 
       tree_statement_list *command = global_command;