diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/target.h b/gdb/target.h index be84b27..5b45f15 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -41,8 +41,8 @@ dummy target at the bottom stratum, so we can call the target methods without checking them. */ -#if !defined (TARGET_H) -#define TARGET_H +#ifndef GDB_TARGET_H +#define GDB_TARGET_H struct objfile; struct ui_file; @@ -2629,4 +2629,4 @@ extern void target_prepare_to_generate_core (void); /* See to_done_generating_core. */ extern void target_done_generating_core (void); -#endif /* !defined (TARGET_H) */ +#endif /* GDB_TARGET_H */ |