Fix copyright comments and file comments.
[deliverable/binutils-gdb.git] / gdb / value.h
index ab22573a4806c064970530aa1721242c1d011e75..9b6989a28c2f6e403ff667166da0fddda8b52a9d 100644 (file)
@@ -549,6 +549,10 @@ extern value_ptr value_slice PARAMS ((value_ptr, int, int));
 
 extern value_ptr call_function_by_hand PARAMS ((value_ptr, int, value_ptr *));
 
+extern int default_coerce_float_to_double (struct type *, struct type *);
+
+extern int standard_coerce_float_to_double (struct type *, struct type *);
+
 extern value_ptr value_literal_complex PARAMS ((value_ptr, value_ptr, struct type *));
 
 extern void find_rt_vbase_offset PARAMS ((struct type *, struct type *, char *, int, int *, int *));
This page took 0.023249 seconds and 4 git commands to generate.