*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / dfp.h
index 737e905e31f63f449a675b8c079288627ca9bcbb..b8df9e89e0de5f3bb6883c1c4f021b03f4f3c126 100644 (file)
--- a/gdb/dfp.h
+++ b/gdb/dfp.h
@@ -35,7 +35,7 @@ extern void decimal_from_integral (struct value *from, gdb_byte *to, int len);
 extern void decimal_from_floating (struct value *from, gdb_byte *to, int len);
 extern DOUBLEST decimal_to_doublest (const gdb_byte *from, int len);
 extern void decimal_binop (enum exp_opcode, const gdb_byte *, int,
-                          const gdb_byte *, int, gdb_byte *, int *);
+                          const gdb_byte *, int, gdb_byte *, int);
 extern int decimal_is_zero (const gdb_byte *x, int len);
 extern int decimal_compare (const gdb_byte *x, int len_x, const gdb_byte *y, int len_y);
 extern void decimal_convert (const gdb_byte *from, int len_from, gdb_byte *to,
This page took 0.02376 seconds and 4 git commands to generate.