Thu Nov 19 11:16:55 1998 Alexandre Petit-Bianco <apbianco@cygnus.com>
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Nov 1998 12:13:39 +0000 (12:13 +0000)
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Nov 1998 12:13:39 +0000 (12:13 +0000)
commit813e6cd39f14d480ad794a06145aad26b12131b3
treec36732496f231795ebb4123263726ad848a66d85
parent9003451e8fd0fbe447df17c65cf7044f26d52702
Thu Nov 19 11:16:55 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* jcf-parse.c (jcf_parse_source): Function returned type is
  void. Added prototype.
(jcf_parse): Function returned type is void.
(yyparse): Remove call to fclose on the last parsed file.
* java-tree.h (jcf_parse): Changed jcf_parse prototype.
Wed Nov 18 14:21:48 1998  Anthony Green  <green@cygnus.com>
* jcf-parse.c (yyparse): Open class file in binary mode.
Fixes a show-stopper and includes a missing patch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23715 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/java-tree.h
gcc/java/jcf-parse.c