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
This commit is contained in:
parent
172d33bca7
commit
51ae407148
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
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>
|
||||
|
||||
* java-tree.h (flag_bounds_check): Remove extern decl.
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue