summaryrefslogtreecommitdiff
path: root/gdb/language.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-09-11 15:04:16 +0000
committerAndrew Cagney <cagney@redhat.com>2004-09-11 15:04:16 +0000
commitf342b1a5355061107d0cc76cfa233a5395a55081 (patch)
tree06fc46660de3ebd89d70cd137a2da5ebbb04f569 /gdb/language.h
parentb478c778ace98c045fd3ab7389b26c7cfc520824 (diff)
downloadgdb-f342b1a5355061107d0cc76cfa233a5395a55081.tar.gz
2004-09-11 Andrew Cagney <cagney@gnu.org>
* language.c (hex_string, hex_string_custom): Move from here ... * utils.c (hex_string, hex_string_custom): ... to here, rewrite. (CELLSIZE): Increase to 50. * language.h (hex_string, hex_string_custom): Move from here ... * defs.h: ... to here. * Makefile.in: Update all dependencies.
Diffstat (limited to 'gdb/language.h')
-rw-r--r--gdb/language.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/language.h b/gdb/language.h
index 33f5fd3cf11..1a54f05f29e 100644
--- a/gdb/language.h
+++ b/gdb/language.h
@@ -382,12 +382,6 @@ extern enum language set_language (enum language);
extern char *longest_raw_hex_string (LONGEST);
#endif
-/* Return a string that contains a number formatted as a hex string */
-
-extern char *hex_string (LONGEST); /* language.c */
-
-extern char *hex_string_custom (LONGEST, int); /* language.c */
-
/* Type predicates */
extern int simple_type (struct type *);