diff options
Diffstat (limited to 'gdb/dwarf2/comp-unit-head.h')
-rw-r--r-- | gdb/dwarf2/comp-unit-head.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/dwarf2/comp-unit-head.h b/gdb/dwarf2/comp-unit-head.h index fad484c..d161783 100644 --- a/gdb/dwarf2/comp-unit-head.h +++ b/gdb/dwarf2/comp-unit-head.h @@ -24,8 +24,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 GDB_DWARF2_COMP_UNIT_H -#define GDB_DWARF2_COMP_UNIT_H +#ifndef GDB_DWARF2_COMP_UNIT_HEAD_H +#define GDB_DWARF2_COMP_UNIT_HEAD_H #include "dwarf2.h" #include "dwarf2/leb.h" @@ -136,4 +136,4 @@ extern const gdb_byte *read_and_check_comp_unit_head const gdb_byte *info_ptr, rcuh_kind section_kind); -#endif /* GDB_DWARF2_COMP_UNIT_H */ +#endif /* GDB_DWARF2_COMP_UNIT_HEAD_H */ |