diff options
Diffstat (limited to 'gdb/cli/cli-cmds.h')
-rw-r--r-- | gdb/cli/cli-cmds.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/cli/cli-cmds.h b/gdb/cli/cli-cmds.h index 8f26ca3..33d13fb 100644 --- a/gdb/cli/cli-cmds.h +++ b/gdb/cli/cli-cmds.h @@ -1,5 +1,5 @@ /* Header file for GDB CLI command implementation library. - Copyright (C) 2000-2024 Free Software Foundation, Inc. + Copyright (C) 2000-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 @@ -14,8 +14,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_CMDS_H -#define CLI_CLI_CMDS_H +#ifndef GDB_CLI_CLI_CMDS_H +#define GDB_CLI_CLI_CMDS_H #include "gdbsupport/filestuff.h" #include <optional> @@ -202,4 +202,4 @@ extern void with_command_completer_1 (const char *set_cmd_prefix, completion_tracker &tracker, const char *text); -#endif /* CLI_CLI_CMDS_H */ +#endif /* GDB_CLI_CLI_CMDS_H */ |