diff options
Diffstat (limited to 'gdb/python/python.h')
-rw-r--r-- | gdb/python/python.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/python/python.h b/gdb/python/python.h index e627948..f564af7 100644 --- a/gdb/python/python.h +++ b/gdb/python/python.h @@ -1,6 +1,6 @@ /* Python/gdb header for generic use in gdb - Copyright (C) 2008-2024 Free Software Foundation, Inc. + Copyright (C) 2008-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 PYTHON_PYTHON_H -#define PYTHON_PYTHON_H +#ifndef GDB_PYTHON_PYTHON_H +#define GDB_PYTHON_PYTHON_H #include "extension.h" @@ -34,4 +34,4 @@ extern cmd_list_element *python_cmd_element; at other times. */ extern struct objfile *gdbpy_current_objfile; -#endif /* PYTHON_PYTHON_H */ +#endif /* GDB_PYTHON_PYTHON_H */ |