diff options
Diffstat (limited to 'gdb/doublest.c')
-rw-r--r-- | gdb/doublest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doublest.c b/gdb/doublest.c index 086bb42..a6c11d8 100644 --- a/gdb/doublest.c +++ b/gdb/doublest.c @@ -342,7 +342,7 @@ put_field (unsigned char *data, enum floatformat_byteorders order, restrictions. */ static void -convert_doublest_to_floatformat (CONST struct floatformat *fmt, +convert_doublest_to_floatformat (const struct floatformat *fmt, const DOUBLEST *from, void *to) { DOUBLEST dfrom; |