diff options
Diffstat (limited to 'gcc/java/jcf-parse.c')
-rw-r--r-- | gcc/java/jcf-parse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c index 6ace7e8..b7a4c0b 100644 --- a/gcc/java/jcf-parse.c +++ b/gcc/java/jcf-parse.c @@ -1064,8 +1064,10 @@ yyparse () for (ctxp = ctxp_for_generation; ctxp; ctxp = ctxp->next) { + input_filename = ctxp->filename; parse_source_file_2 (); } + input_filename = main_input_filename; java_expand_classes (); if (!java_report_errors () && !flag_syntax_only) |