Don't set terminal flags twice in a row
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 5c1aecd211b16d21ae2f7618b4953e9e6aa96a38..03709aa1458f6a70051aaa4d0ca3f922920a72f5 100644 (file)
@@ -1938,6 +1938,8 @@ extern int can_dereference (struct type *);
 
 extern int is_integral_type (struct type *);
 
+extern int is_floating_type (struct type *);
+
 extern int is_scalar_type (struct type *type);
 
 extern int is_scalar_type_recursive (struct type *);
This page took 0.022932 seconds and 4 git commands to generate.