diff options
Diffstat (limited to 'gdb/buildsym-legacy.h')
-rw-r--r-- | gdb/buildsym-legacy.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/buildsym-legacy.h b/gdb/buildsym-legacy.h index 1fb5458..4ae8e1a 100644 --- a/gdb/buildsym-legacy.h +++ b/gdb/buildsym-legacy.h @@ -1,5 +1,5 @@ /* Build symbol tables in GDB's internal format - legacy APIs - Copyright (C) 1986-2024 Free Software Foundation, Inc. + Copyright (C) 1986-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -16,8 +16,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 BUILDSYM_LEGACY_H -#define BUILDSYM_LEGACY_H +#ifndef GDB_BUILDSYM_LEGACY_H +#define GDB_BUILDSYM_LEGACY_H #include "buildsym.h" @@ -144,4 +144,4 @@ extern struct pending **get_global_symbols (); extern struct buildsym_compunit *get_buildsym_compunit (); -#endif /* BUILDSYM_LEGACY_H */ +#endif /* GDB_BUILDSYM_LEGACY_H */ |