diff options
Diffstat (limited to 'gdb/compile/gcc-c-plugin.h')
-rw-r--r-- | gdb/compile/gcc-c-plugin.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/compile/gcc-c-plugin.h b/gdb/compile/gcc-c-plugin.h index 4008807..bc6710e 100644 --- a/gdb/compile/gcc-c-plugin.h +++ b/gdb/compile/gcc-c-plugin.h @@ -1,6 +1,6 @@ /* GCC C plug-in wrapper for GDB. - Copyright (C) 2018-2024 Free Software Foundation, Inc. + Copyright (C) 2018-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 COMPILE_GCC_C_PLUGIN_H -#define COMPILE_GCC_C_PLUGIN_H +#ifndef GDB_COMPILE_GCC_C_PLUGIN_H +#define GDB_COMPILE_GCC_C_PLUGIN_H #include "compile-internal.h" @@ -68,4 +68,4 @@ private: struct gcc_c_context *m_context; }; -#endif /* COMPILE_GCC_C_PLUGIN_H */ +#endif /* GDB_COMPILE_GCC_C_PLUGIN_H */ |