diff options
Diffstat (limited to 'gdb/valprint.h')
-rw-r--r-- | gdb/valprint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/valprint.h b/gdb/valprint.h index 2959098..e7073b6 100644 --- a/gdb/valprint.h +++ b/gdb/valprint.h @@ -211,4 +211,6 @@ extern void generic_printstr (struct ui_file *stream, struct type *type, extern void output_command_const (const char *args, int from_tty); +extern int val_print_scalar_type_p (struct type *type); + #endif |