comparison 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
comparison
equal deleted inserted replaced
4317:1ced186d4b6b 4318:115bffcecfd3
3593 3593
3594 unwind_protect_ptr (curr_sym_tab); 3594 unwind_protect_ptr (curr_sym_tab);
3595 3595
3596 do 3596 do
3597 { 3597 {
3598 reset_parser ();
3599
3598 parse_status = yyparse (); 3600 parse_status = yyparse ();
3599 3601
3600 tree_statement_list *command = global_command; 3602 tree_statement_list *command = global_command;
3601 3603
3602 if (parse_status == 0) 3604 if (parse_status == 0)