Don't write to inferior_ptid in corelow.c
[deliverable/binutils-gdb.git] / gdb / dwarf2 / macro.h
index 3937c550088320927b9388ced4b33ba8bcbd0263..d874068947069cf12d710671e820a991079b031d 100644 (file)
 
 struct buildsym_compunit;
 
-extern void dwarf_decode_macros (struct dwarf2_per_objfile *dwarf2_per_objfile,
+extern void dwarf_decode_macros (dwarf2_per_objfile *per_objfile,
                                 buildsym_compunit *builder,
-                                dwarf2_section_info *section,
-                                struct line_header *lh,
+                                const dwarf2_section_info *section,
+                                const struct line_header *lh,
                                 unsigned int offset_size,
                                 unsigned int offset,
                                 int section_is_gnu);
This page took 0.024064 seconds and 4 git commands to generate.