forked from Imagelibrary/binutils-gdb
2000-09-04 Pierre Muller <muller@ics.u-strasbg.fr>
* c-typeprint.c (c_typedef_print): remove (replaced by typedef_print in typeprint.c). * typeprint.c (typedef_print): new function. (old c_typedef_print function with pascal language support added). * value.h (c_printdef_print): removed. (typedef_print): declare. * symtab.c (print_symbol_info): call to c_typedef_print replaced by call to typedef_print.
This commit is contained in:
@@ -536,7 +536,7 @@ extern void print_variable_value (struct symbol * var,
|
||||
|
||||
extern int check_field (value_ptr, const char *);
|
||||
|
||||
extern void c_typedef_print (struct type * type, struct symbol * news,
|
||||
extern void typedef_print (struct type * type, struct symbol * news,
|
||||
struct ui_file * stream);
|
||||
|
||||
extern char *internalvar_name (struct internalvar *var);
|
||||
|
||||
Reference in New Issue
Block a user