Fix GDB build failure when $development is false
[deliverable/binutils-gdb.git] / gdb / objc-lang.c
index df2923bd04d8daf108f44d4cf881ad2f29b9cf1b..c714ec35a74f8e9b25c1c0f2bd2c6d0b897976b8 100644 (file)
@@ -1,6 +1,6 @@
 /* Objective-C language support routines for GDB, the GNU debugger.
 
-   Copyright (C) 2002-2017 Free Software Foundation, Inc.
+   Copyright (C) 2002-2018 Free Software Foundation, Inc.
 
    Contributed by Apple Computer, Inc.
    Written by Michael Snyder.
@@ -405,7 +405,7 @@ extern const struct language_defn objc_language_defn = {
   default_pass_by_reference,
   default_get_string,
   c_watch_location_expression,
-  NULL,                                /* la_get_symbol_name_cmp */
+  NULL,                                /* la_get_symbol_name_matcher */
   iterate_over_symbols,
   default_search_name_hash,
   &default_varobj_ops,
This page took 0.024122 seconds and 4 git commands to generate.