diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-12-06 01:33:49 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-12-06 01:33:49 +0000 |
commit | faa077a592091756359ea56921f9aee1ee2eaa64 (patch) | |
tree | 3e0f7d4964dda9860c8f156e1c4ac5713f66c062 /gdb/c-lang.h | |
parent | 624c91d1e725c92408498f156f6f237dda3e71a9 (diff) | |
download | binutils-faa077a592091756359ea56921f9aee1ee2eaa64.zip binutils-faa077a592091756359ea56921f9aee1ee2eaa64.tar.gz binutils-faa077a592091756359ea56921f9aee1ee2eaa64.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/c-lang.h')
-rw-r--r-- | gdb/c-lang.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/c-lang.h b/gdb/c-lang.h index 259fa8d..fbd8b69 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: */ |