X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fbuildsym-legacy.h;h=37b2275fd9f840a3cb53b8785df44c55a97e0906;hb=a350efd4fb368a35ada608f6bc26ccd3bed0ae6b;hp=2c1bfff70af0889bf08cb8fe9983cab8bdd4719b;hpb=42a4f53d2bf8938c2aeda9f52be7a20534b214a9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/buildsym-legacy.h b/gdb/buildsym-legacy.h index 2c1bfff70a..37b2275fd9 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-2019 Free Software Foundation, Inc. + Copyright (C) 1986-2020 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 . */ -#if !defined (LEGACY_BUILDSYM_H) -#define LEGACY_BUILDSYM_H 1 +#ifndef BUILDSYM_LEGACY_H +#define BUILDSYM_LEGACY_H #include "buildsym.h" @@ -179,4 +179,4 @@ extern struct pending **get_global_symbols (); extern struct buildsym_compunit *get_buildsym_compunit (); -#endif /* defined (LEGACY_BUILDSYM_H) */ +#endif /* BUILDSYM_LEGACY_H */