From a5238fbc0302d1c9655b2285ce7b3071ee9e9f41 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Mon, 4 Sep 2000 08:29:25 +0000 Subject: 2000-09-04 Pierre Muller * 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. --- gdb/value.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/value.h') diff --git a/gdb/value.h b/gdb/value.h index 2035e27..da95462 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -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); -- cgit v1.1