aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/java-tree.h
diff options
context:
space:
mode:
authorAlexandre Petit-Bianco <apbianco@gcc.gnu.org>1998-11-19 04:13:39 -0800
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>1998-11-19 04:13:39 -0800
commit1c7f3673c0ad070f5be3b546df3a862af7b5034b (patch)
treec36732496f231795ebb4123263726ad848a66d85 /gcc/java/java-tree.h
parent3cf741277383c41eebd8664049a36f668d647c38 (diff)
downloadgcc-1c7f3673c0ad070f5be3b546df3a862af7b5034b.zip
gcc-1c7f3673c0ad070f5be3b546df3a862af7b5034b.tar.gz
gcc-1c7f3673c0ad070f5be3b546df3a862af7b5034b.tar.bz2
[multiple changes]
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. From-SVN: r23715
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r--gcc/java/java-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h
index 72bc026..4554638 100644
--- a/gcc/java/java-tree.h
+++ b/gcc/java/java-tree.h
@@ -473,7 +473,7 @@ extern tree get_constant PROTO ((struct JCF*, int));
extern tree get_name_constant PROTO ((struct JCF*, int));
extern tree get_class_constant PROTO ((struct JCF*, int));
extern tree parse_signature PROTO ((struct JCF *jcf, int sig_index));
-extern int jcf_parse PROTO ((struct JCF*));
+extern void jcf_parse PROTO ((struct JCF*));
extern tree add_field PROTO ((tree, tree, tree, int));
extern tree add_method PROTO ((tree, int, tree, tree));
extern tree add_method_1 PROTO ((tree, int, tree, tree));