From cc2f3c3582677a3697f416618ddee86eee7ed5ba Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 29 Dec 2013 02:39:28 -0700 Subject: convert CONST to const This removes the last uses of the obsolete CONST macro from the tree. I'm checking this in. Tested by rebuilding. 2014-01-06 Tom Tromey * doublest.c (convert_doublest_to_floatformat): Use const, not CONST. * somread.c (som_symtab_read): Likewise. --- gdb/doublest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/doublest.c') 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; -- cgit v1.1