diff options
Diffstat (limited to 'gdb/valprint.h')
-rw-r--r-- | gdb/valprint.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/valprint.h b/gdb/valprint.h index 4f194b7..dd35586 100644 --- a/gdb/valprint.h +++ b/gdb/valprint.h @@ -1,6 +1,6 @@ /* Declarations for value printing routines for GDB, the GNU debugger. - Copyright (C) 1986-2024 Free Software Foundation, Inc. + Copyright (C) 1986-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 VALPRINT_H -#define VALPRINT_H +#ifndef GDB_VALPRINT_H +#define GDB_VALPRINT_H #include "cli/cli-option.h" @@ -337,4 +337,4 @@ extern void common_val_print_checked const struct value_print_options *options, const struct language_defn *language); -#endif +#endif /* GDB_VALPRINT_H */ |