Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / location.h
index 1033365cd2ae27912f03b03333e1928036fe0070..e4058ed6bd9c530761ba5e7dcccf9c97a6fd4177 100644 (file)
    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
+
+#include "symtab.h"
 
 struct language_defn;
 struct event_location;
@@ -226,7 +228,7 @@ extern event_location_up
    in the input string, it will take precedence over this parameter.  */
 
 extern event_location_up string_to_event_location
-  (const char **argp, const struct language_defn *langauge,
+  (const char **argp, const struct language_defn *language,
    symbol_name_match_type match_type = symbol_name_match_type::WILD);
 
 /* Like string_to_event_location, but does not attempt to parse
@@ -285,4 +287,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.025104 seconds and 4 git commands to generate.