aboutsummaryrefslogtreecommitdiff
path: root/gdb/m2-lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/m2-lang.h')
-rw-r--r--gdb/m2-lang.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/m2-lang.h b/gdb/m2-lang.h
index 3d3c698..753fbbe 100644
--- a/gdb/m2-lang.h
+++ b/gdb/m2-lang.h
@@ -1,6 +1,6 @@
/* Modula 2 language support definitions for GDB, the GNU debugger.
- 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/>. */
-#ifndef M2_LANG_H
-#define M2_LANG_H
+#ifndef GDB_M2_LANG_H
+#define GDB_M2_LANG_H
struct type_print_options;
struct parser_state;
@@ -149,4 +149,4 @@ public:
{ return true; }
};
-#endif /* M2_LANG_H */
+#endif /* GDB_M2_LANG_H */