From faa077a592091756359ea56921f9aee1ee2eaa64 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Wed, 6 Dec 1995 01:33:49 +0000 Subject: [PATCH] * c-lang.h (c_op_print_tab): Don't declare, some compilers consider illegal if structure not defined, and only used in c-lang.c anyway. --- gdb/ChangeLog | 6 ++++++ gdb/c-lang.h | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fa28bacb7ce..4c7c246bd02 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Tue Dec 5 15:51:25 1995 Stan Shebs + + * c-lang.h (c_op_print_tab): Don't declare, some compilers + consider illegal if structure not defined, and only used + in c-lang.c anyway. + Sun Dec 3 12:31:03 1995 Per Bothner * eval.c (evaluate_subexp_standard case): Fix typo. diff --git a/gdb/c-lang.h b/gdb/c-lang.h index 259fa8d31f4..fbd8b69e95f 100644 --- a/gdb/c-lang.h +++ b/gdb/c-lang.h @@ -45,8 +45,6 @@ extern void c_printstr PARAMS ((GDB_FILE *, char *, unsigned int, int)); extern struct type * c_create_fundamental_type PARAMS ((struct objfile*, int)); -extern const struct op_print c_op_print_tab[]; - extern struct type ** const (c_builtin_types[]); /* These are in c-typeprint.c: */ -- 2.30.2