2005-05-09 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / p-lang.c
index 3c3e645d872d4e4be5960fc1b22ad9cf662cfba8..cd05a2484ea40641bbe295a30240d74a9a946214 100644 (file)
@@ -157,7 +157,7 @@ pascal_printchar (int c, struct ui_file *stream)
    had to stop before printing LENGTH characters, or if FORCE_ELLIPSES.  */
 
 void
-pascal_printstr (struct ui_file *stream, const bfd_byte *string,
+pascal_printstr (struct ui_file *stream, const gdb_byte *string,
                 unsigned int length, int width, int force_ellipses)
 {
   unsigned int i;
This page took 0.023917 seconds and 4 git commands to generate.