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.
This commit is contained in:
parent
23794b24aa
commit
0759e0bf9a
6 changed files with 69 additions and 69 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue