diff options
Diffstat (limited to 'gdb/dwarf2/line-header.h')
-rw-r--r-- | gdb/dwarf2/line-header.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/dwarf2/line-header.h b/gdb/dwarf2/line-header.h index 7da5972..30809f6 100644 --- a/gdb/dwarf2/line-header.h +++ b/gdb/dwarf2/line-header.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef DWARF2_LINE_HEADER_H -#define DWARF2_LINE_HEADER_H +#ifndef GDB_DWARF2_LINE_HEADER_H +#define GDB_DWARF2_LINE_HEADER_H #include "dwarf2/types.h" @@ -221,4 +221,4 @@ extern line_header_up dwarf_decode_line_header struct dwarf2_section_info *section, const struct comp_unit_head *cu_header, const char *comp_dir); -#endif /* DWARF2_LINE_HEADER_H */ +#endif /* GDB_DWARF2_LINE_HEADER_H */ |