toplev.c (compile_file): Ignore return value from yyparse.
authorZack Weinberg <zack@codesourcery.com>
Fri, 12 Oct 2001 03:34:39 +0000 (03:34 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Fri, 12 Oct 2001 03:34:39 +0000 (03:34 +0000)
commit7cb4ff28b161c364b176b7901f165a7210b5c9db
tree97e0e4f326a542e619daf88eca0ae3ed73c7dca1
parentb14127e69159d5138b9f345d5275cfbd3a762c4f
toplev.c (compile_file): Ignore return value from yyparse.

* toplev.c (compile_file): Ignore return value from yyparse.
Always pop any nested binding levels after yyparse returns.

From-SVN: r46223
gcc/ChangeLog
gcc/toplev.c