2005-05-09 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / c-lang.c
index 35b5131590356a0a82696237f91366a85ea3b26e..6f1d8fe7fba8e6734f3fa8f3c76bed2541fd792b 100644 (file)
@@ -86,7 +86,7 @@ c_printchar (int c, struct ui_file *stream)
    printing LENGTH characters, or if FORCE_ELLIPSES.  */
 
 void
-c_printstr (struct ui_file *stream, const bfd_byte *string,
+c_printstr (struct ui_file *stream, const gdb_byte *string,
            unsigned int length, int width, int force_ellipses)
 {
   unsigned int i;
This page took 0.024017 seconds and 4 git commands to generate.