Commit 51ae4071 by Tom Tromey Committed by Tom Tromey

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 <mike@pillim.demon.co.uk>.

From-SVN: r30093
parent 172d33bc
1999-10-19 Tom Tromey <tromey@cygnus.com>
* jcf-parse.c (parse_source_file): Call jcf_dependency_add_file.
From Mike Moreton <mike@pillim.demon.co.uk>.
1999-10-15 Greg McGary <gkm@gnu.org> 1999-10-15 Greg McGary <gkm@gnu.org>
* java-tree.h (flag_bounds_check): Remove extern decl. * java-tree.h (flag_bounds_check): Remove extern decl.
......
...@@ -750,6 +750,8 @@ parse_source_file (file) ...@@ -750,6 +750,8 @@ parse_source_file (file)
/* Mark the file as parsed */ /* Mark the file as parsed */
HAS_BEEN_ALREADY_PARSED_P (file) = 1; HAS_BEEN_ALREADY_PARSED_P (file) = 1;
jcf_dependency_add_file (input_filename, 0);
lang_init_source (1); /* Error msgs have no method prototypes */ lang_init_source (1); /* Error msgs have no method prototypes */
java_init_lex (); /* Initialize the parser */ java_init_lex (); /* Initialize the parser */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment