* 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.
This commit is contained in:
parent
624c91d1e7
commit
faa077a592
@ -1,3 +1,9 @@
|
||||
Tue Dec 5 15:51:25 1995 Stan Shebs <shebs@andros.cygnus.com>
|
||||
|
||||
* 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 <bothner@kalessin.cygnus.com>
|
||||
|
||||
* eval.c (evaluate_subexp_standard case): Fix typo.
|
||||
|
@ -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: */
|
||||
|
Loading…
Reference in New Issue
Block a user