Fix problems introduced with my last change.
[deliverable/binutils-gdb.git] / gdb / language.h
index 2f27cb120e3a5f9f7da103d7c6db4ffe9b5691e3..69ac2082ec13e8453ddd2ac0ac821fe6da74da7c 100644 (file)
@@ -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
This page took 0.024575 seconds and 4 git commands to generate.