]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/java/jcf-parse.c
libcpp: Eliminate most of the non-const/reference-returning inline fns
[thirdparty/gcc.git] / gcc / java / jcf-parse.c
index e609331ae6aadb8297439e0a8f1d58b729f7dbb5..d1c9fc45fc42acb4dea37f66301548c3fba7937a 100644 (file)
@@ -374,7 +374,7 @@ set_source_filename (JCF *jcf, int index)
     }
       
   sfname = find_sourcefile (sfname);
-  ORDINARY_MAP_FILE_NAME (LINEMAPS_LAST_ORDINARY_MAP (line_table)) = sfname;
+  LINEMAPS_LAST_ORDINARY_MAP (line_table)->to_file = sfname;
   if (current_class == main_class) main_input_filename = sfname;
 }