Move moxie stack out in memory.
[deliverable/binutils-gdb.git] / gdb / scm-lang.c
index 345befdd8ba0b1897659d8cdf523360051dc61e8..e2568c893856d61cf214b769c4806f4b90a6b6e8 100644 (file)
@@ -43,14 +43,14 @@ static int in_eval_c (void);
 struct type *builtin_type_scm;
 
 void
-scm_printchar (int c, struct ui_file *stream)
+scm_printchar (int c, struct type *type, struct ui_file *stream)
 {
   fprintf_filtered (stream, "#\\%c", c);
 }
 
 static void
-scm_printstr (struct ui_file *stream, const gdb_byte *string,
-             unsigned int length, int width, int force_ellipses,
+scm_printstr (struct ui_file *stream, struct type *type, const gdb_byte *string,
+             unsigned int length, int force_ellipses,
              const struct value_print_options *options)
 {
   fprintf_filtered (stream, "\"%s\"", string);
This page took 0.024744 seconds and 4 git commands to generate.