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:
Pierre Muller
2000-09-04 08:29:25 +00:00
parent a47cf56716
commit a5238fbc03
5 changed files with 67 additions and 50 deletions

View File

@@ -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);