diff options
Diffstat (limited to 'gdb/cli/cli-interp.h')
-rw-r--r-- | gdb/cli/cli-interp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/cli/cli-interp.h b/gdb/cli/cli-interp.h index 03b592f..8f41725 100644 --- a/gdb/cli/cli-interp.h +++ b/gdb/cli/cli-interp.h @@ -1,6 +1,6 @@ /* CLI Definitions for GDB, the GNU debugger. - Copyright (C) 2016-2024 Free Software Foundation, Inc. + Copyright (C) 2016-2025 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,8 +15,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 CLI_CLI_INTERP_H -#define CLI_CLI_INTERP_H +#ifndef GDB_CLI_CLI_INTERP_H +#define GDB_CLI_CLI_INTERP_H #include "interps.h" @@ -68,4 +68,4 @@ private: extern int should_print_stop_to_console (struct interp *interp, struct thread_info *tp); -#endif /* CLI_CLI_INTERP_H */ +#endif /* GDB_CLI_CLI_INTERP_H */ |