summaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2000-09-04 08:29:25 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2000-09-04 08:29:25 +0000
commitcc6f60e1ef2ad93ea4e8cf7c3d9712826530bbd1 (patch)
treec1ec0f286bac81b8bd947b76aa85993e0e88341d /gdb/value.h
parent177d956f7dafee9d341922d74b3e4330d17645ca (diff)
downloadgdb-cc6f60e1ef2ad93ea4e8cf7c3d9712826530bbd1.tar.gz
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.
Diffstat (limited to 'gdb/value.h')
-rw-r--r--gdb/value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/value.h b/gdb/value.h
index 2035e27b3ca..da954622e17 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);