Avoid NULL dereference.
[deliverable/binutils-gdb.git] / gdb / objc-lang.c
index 3a952f5ce11394779e1f2b9a6d57ade1385e50f4..a6c74a3692fb655815d939b5ad3f703f0eba713e 100644 (file)
@@ -1,6 +1,6 @@
 /* Objective-C language support routines for GDB, the GNU debugger.
 
-   Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008
+   Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009
    Free Software Foundation, Inc.
 
    Contributed by Apple Computer, Inc.
@@ -531,6 +531,7 @@ const struct language_defn objc_language_defn = {
   c_language_arch_info,
   default_print_array_index,
   default_pass_by_reference,
+  default_get_string,
   LANG_MAGIC
 };
 
This page took 0.023374 seconds and 4 git commands to generate.