jcf-parse.c (read_class): If class is from .class or .zip file and it's already been...
authorPer Bothner <per@bothner.com>
Mon, 21 May 2001 21:37:36 +0000 (14:37 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Mon, 21 May 2001 21:37:36 +0000 (14:37 -0700)
commit075516bcc608bac306728dd6d9dc1db20645fd37
treee7282074e60548e4c280100cd1c5a737b9b3efb5
parent4694cec254258d31576e9a1623ebeb1c777765cb
jcf-parse.c (read_class): If class is from .class or .zip file and it's already been read...

* jcf-parse.c (read_class):  If class is from .class or .zip file
and it's already been read, don't push/pop parser context.

From-SVN: r42407
gcc/java/ChangeLog
gcc/java/jcf-parse.c