2008-11-12 Tristan Gingold <gingold@adacore.com>
[binutils-gdb.git] / gdb / scm-lang.c
index 42d25023874653d7ea930868249a95c2c536a24e..0b25590f8af37ea37d9880faa3632f3274ca05cc 100644 (file)
@@ -50,7 +50,8 @@ scm_printchar (int c, struct ui_file *stream)
 
 static void
 scm_printstr (struct ui_file *stream, const gdb_byte *string,
-             unsigned int length, int width, int force_ellipses)
+             unsigned int length, int width, int force_ellipses,
+             const struct value_print_options *options)
 {
   fprintf_filtered (stream, "\"%s\"", string);
 }