aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/macro.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dwarf2/macro.h')
-rw-r--r--gdb/dwarf2/macro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/macro.h b/gdb/dwarf2/macro.h
index d92994f..7daf147 100644
--- a/gdb/dwarf2/macro.h
+++ b/gdb/dwarf2/macro.h
@@ -30,7 +30,7 @@ extern void dwarf_decode_macros (dwarf2_per_objfile *per_objfile,
unsigned int offset,
dwarf2_section_info *str_section,
dwarf2_section_info *str_offsets_section,
- gdb::optional<ULONGEST> str_offsets_base,
+ std::optional<ULONGEST> str_offsets_base,
int section_is_gnu, struct dwarf2_cu *cu);
#endif /* GDB_DWARF2_MACRO_H */