Remove some uses of "object_files"
[deliverable/binutils-gdb.git] / gdb / location.h
index d5d879d0a080776d9665cb842d7d4021785787e9..fcacc965e86bbcb178c9dc7155faa07feff833ac 100644 (file)
@@ -1,5 +1,5 @@
 /* Data structures and API for event locations in GDB.
-   Copyright (C) 2013-2017 Free Software Foundation, Inc.
+   Copyright (C) 2013-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 <http://www.gnu.org/licenses/>.  */
 
-#ifndef LOCATIONS_H
-#define LOCATIONS_H 1
+#ifndef LOCATION_H
+#define LOCATION_H
 
 struct language_defn;
 struct event_location;
@@ -285,4 +285,5 @@ extern int event_location_empty_p (const struct event_location *location);
 extern void
   set_event_location_string (struct event_location *location,
                             const char *string);
-#endif /* LOCATIONS_H */
+
+#endif /* LOCATION_H */
This page took 0.023354 seconds and 4 git commands to generate.