aboutsummaryrefslogtreecommitdiff
path: root/gdb/go-lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/go-lang.h')
-rw-r--r--gdb/go-lang.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/go-lang.h b/gdb/go-lang.h
index 1aca9dd..8391688 100644
--- a/gdb/go-lang.h
+++ b/gdb/go-lang.h
@@ -1,6 +1,6 @@
/* Go language support definitions for GDB, the GNU debugger.
- Copyright (C) 2012-2024 Free Software Foundation, Inc.
+ Copyright (C) 2012-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 (GO_LANG_H)
-#define GO_LANG_H 1
+#ifndef GDB_GO_LANG_H
+#define GDB_GO_LANG_H
struct type_print_options;
@@ -144,4 +144,4 @@ public:
{ return true; }
};
-#endif /* !defined (GO_LANG_H) */
+#endif /* GDB_GO_LANG_H */