X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fbuildsym-legacy.h;h=55b41a40a241cd366ec9e59fecd82a4d6e353ceb;hb=28ce7b07473c33f2e4e380a861973d68ffe8017f;hp=ed825b4b74d571d440747802fc04ae5765c7fd08;hpb=bfe2e011c004b88687ae4514cfdb00072a9cee63;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/buildsym-legacy.h b/gdb/buildsym-legacy.h index ed825b4b74..55b41a40a2 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-2018 Free Software Foundation, Inc. + Copyright (C) 1986-2019 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 */