From e10cfcaa374a1a493e5aa68dc251534800d38124 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Sun, 5 Jun 1994 01:43:40 +0000 Subject: Fix value_print, which used to be ostensibly langauge-indepentdent, but would print pointers and arrays in C syntax. Instead, call a language-specific function. See ChangeLog for details. --- gdb/ch-lang.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/ch-lang.c') diff --git a/gdb/ch-lang.c b/gdb/ch-lang.c index f7d9212..b3128fd 100644 --- a/gdb/ch-lang.c +++ b/gdb/ch-lang.c @@ -315,6 +315,7 @@ const struct language_defn chill_language_defn = { chill_create_fundamental_type,/* Create fundamental type in this language */ chill_print_type, /* Print a type using appropriate syntax */ chill_val_print, /* Print a value using appropriate syntax */ + chill_value_print, /* Print a top-levl value */ &builtin_type_chill_real, /* longest floating point type */ {"", "B'", "", ""}, /* Binary format info */ {"O'%lo", "O'", "o", ""}, /* Octal format info */ -- cgit v1.1