2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 108206b7c81db6f6ec3e131fc798da71089732eb..debb41c4073a648e06983c9dc42519540b9fa6c5 100644 (file)
@@ -1476,6 +1476,8 @@ extern int can_dereference (struct type *);
 
 extern int is_integral_type (struct type *);
 
+extern int is_scalar_type_recursive (struct type *);
+
 extern void maintenance_print_type (char *, int);
 
 extern htab_t create_copied_types_hash (struct objfile *objfile);
This page took 0.024602 seconds and 4 git commands to generate.