aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfile-flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/objfile-flags.h')
-rw-r--r--gdb/objfile-flags.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/objfile-flags.h b/gdb/objfile-flags.h
index 43d888e..ab2c746 100644
--- a/gdb/objfile-flags.h
+++ b/gdb/objfile-flags.h
@@ -1,6 +1,6 @@
/* Definition of objfile flags.
- Copyright (C) 1992-2024 Free Software Foundation, Inc.
+ Copyright (C) 1992-2025 Free Software Foundation, Inc.
This file is part of GDB.
@@ -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/>. */
-#if !defined (OBJFILE_FLAGS_H)
-#define OBJFILE_FLAGS_H
+#ifndef GDB_OBJFILE_FLAGS_H
+#define GDB_OBJFILE_FLAGS_H
#include "gdbsupport/enum-flags.h"
@@ -60,4 +60,4 @@ enum objfile_flag : unsigned
DEF_ENUM_FLAGS_TYPE (enum objfile_flag, objfile_flags);
-#endif /* !defined (OBJFILE_FLAGS_H) */
+#endif /* GDB_OBJFILE_FLAGS_H */