Comment out longest_raw_hex_string.
This commit is contained in:
parent
76c520e05c
commit
7acb79c883
3 changed files with 15 additions and 0 deletions
|
@ -362,11 +362,15 @@ extern char *
|
|||
extern char *
|
||||
local_hex_format_custom PARAMS ((char *)); /* language.c */
|
||||
|
||||
#if 0
|
||||
/* FIXME: cagney/2000-03-04: This function does not appear to be used.
|
||||
It can be deleted once 5.0 has been released. */
|
||||
/* Return a string that contains the hex digits of the number. No preceeding
|
||||
"0x" */
|
||||
|
||||
extern char *
|
||||
longest_raw_hex_string PARAMS ((LONGEST));
|
||||
#endif
|
||||
|
||||
/* Return a string that contains a number formatted in one of the local
|
||||
(language-specific) formats. Result is static and is overwritten by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue