From: Tom Tromey Date: Tue, 19 Oct 1999 23:05:28 +0000 (+0000) Subject: jcf-parse.c (parse_source_file): Call jcf_dependency_add_file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51ae407148a6573c7ede70c5db74a531a98bd710;p=gcc.git jcf-parse.c (parse_source_file): Call jcf_dependency_add_file. * jcf-parse.c (parse_source_file): Call jcf_dependency_add_file. From Mike Moreton . From-SVN: r30093 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 33b2f854f45..6fbe2afc659 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +1999-10-19 Tom Tromey + + * jcf-parse.c (parse_source_file): Call jcf_dependency_add_file. + From Mike Moreton . + 1999-10-15 Greg McGary * java-tree.h (flag_bounds_check): Remove extern decl. diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c index f32072c5ff7..ef47563abcf 100644 --- a/gcc/java/jcf-parse.c +++ b/gcc/java/jcf-parse.c @@ -750,6 +750,8 @@ parse_source_file (file) /* Mark the file as parsed */ HAS_BEEN_ALREADY_PARSED_P (file) = 1; + jcf_dependency_add_file (input_filename, 0); + lang_init_source (1); /* Error msgs have no method prototypes */ java_init_lex (); /* Initialize the parser */