diff options
Diffstat (limited to 'gdb/compile/gcc-cp-plugin.h')
-rw-r--r-- | gdb/compile/gcc-cp-plugin.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/compile/gcc-cp-plugin.h b/gdb/compile/gcc-cp-plugin.h index cf8ccd9..d926355 100644 --- a/gdb/compile/gcc-cp-plugin.h +++ b/gdb/compile/gcc-cp-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_CP_PLUGIN_H -#define COMPILE_GCC_CP_PLUGIN_H +#ifndef GDB_COMPILE_GCC_CP_PLUGIN_H +#define GDB_COMPILE_GCC_CP_PLUGIN_H /* A class representing the GCC C++ plug-in. */ @@ -87,4 +87,4 @@ private: struct gcc_cp_context *m_context; }; -#endif /* COMPILE_GCC_CP_PLUGIN_H */ +#endif /* GDB_COMPILE_GCC_CP_PLUGIN_H */ |