diff options
Diffstat (limited to 'gdb/ia64-tdep.h')
-rw-r--r-- | gdb/ia64-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ia64-tdep.h b/gdb/ia64-tdep.h index 3d5b56e..9a8acff 100644 --- a/gdb/ia64-tdep.h +++ b/gdb/ia64-tdep.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 IA64_TDEP_H -#define IA64_TDEP_H +#ifndef GDB_IA64_TDEP_H +#define GDB_IA64_TDEP_H #include "gdbarch.h" @@ -265,4 +265,4 @@ extern unw_accessors_t ia64_unw_rse_accessors; extern struct libunwind_descr ia64_libunwind_descr; #endif -#endif /* ia64-tdep.h */ +#endif /* GDB_IA64_TDEP_H */ |