aboutsummaryrefslogtreecommitdiff
path: root/gdb/objc-lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/objc-lang.c')
-rw-r--r--gdb/objc-lang.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/objc-lang.c b/gdb/objc-lang.c
index d1771d9..83bc4ef 100644
--- a/gdb/objc-lang.c
+++ b/gdb/objc-lang.c
@@ -639,7 +639,6 @@ static const struct op_print objc_op_print_tab[] =
const struct language_defn objc_language_defn = {
"objective-c", /* Language name */
language_objc,
- NULL,
range_check_off,
type_check_off,
case_sensitive_on,
@@ -664,7 +663,6 @@ const struct language_defn objc_language_defn = {
objc_op_print_tab, /* Expression operators for printing */
1, /* C-style arrays */
0, /* String lower bound */
- NULL,
default_word_break_characters,
c_language_arch_info,
default_print_array_index,