2005-05-09 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / scm-lang.c
index ebdaa47cf7e62cc524ad38a9485cda26c6142486..6054920c5d680e4ad4ed342806a688e5091b56df 100644 (file)
@@ -50,7 +50,7 @@ scm_printchar (int c, struct ui_file *stream)
 }
 
 static void
-scm_printstr (struct ui_file *stream, const bfd_byte *string,
+scm_printstr (struct ui_file *stream, const gdb_byte *string,
              unsigned int length, int width, int force_ellipses)
 {
   fprintf_filtered (stream, "\"%s\"", string);
This page took 0.02389 seconds and 4 git commands to generate.