diff options
Diffstat (limited to 'gdb/varobj.h')
-rw-r--r-- | gdb/varobj.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/varobj.h b/gdb/varobj.h index 426c3b7..00e776f 100644 --- a/gdb/varobj.h +++ b/gdb/varobj.h @@ -1,5 +1,5 @@ /* GDB variable objects API. - Copyright (C) 1999-2024 Free Software Foundation, Inc. + Copyright (C) 1999-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 VAROBJ_H -#define VAROBJ_H 1 +#ifndef GDB_VAROBJ_H +#define GDB_VAROBJ_H #include "symtab.h" #include "gdbtypes.h" @@ -355,4 +355,4 @@ extern void varobj_restrict_range (const std::vector<varobj *> &children, extern bool varobj_default_is_path_expr_parent (const struct varobj *var); -#endif /* VAROBJ_H */ +#endif /* GDB_VAROBJ_H */ |