aboutsummaryrefslogtreecommitdiff
path: root/gdb/annotate.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/annotate.h')
-rw-r--r--gdb/annotate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/annotate.h b/gdb/annotate.h
index 27a35db..04c1ad8 100644
--- a/gdb/annotate.h
+++ b/gdb/annotate.h
@@ -16,8 +16,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 ANNOTATE_H
-#define ANNOTATE_H
+#ifndef GDB_ANNOTATE_H
+#define GDB_ANNOTATE_H
#include "symtab.h"
#include "gdbtypes.h"
@@ -140,4 +140,4 @@ extern void annotate_array_section_end (void);
extern void (*deprecated_annotate_signalled_hook) (void);
extern void (*deprecated_annotate_signal_hook) (void);
-#endif /* ANNOTATE_H */
+#endif /* GDB_ANNOTATE_H */