Store objfiles on a std::list
[deliverable/binutils-gdb.git] / gdb / buildsym-legacy.h
index 2c1bfff70af0889bf08cb8fe9983cab8bdd4719b..55b41a40a241cd366ec9e59fecd82a4d6e353ceb 100644 (file)
@@ -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/>.  */
 
-#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 */
This page took 0.024171 seconds and 4 git commands to generate.