aboutsummaryrefslogtreecommitdiff
path: root/gdb/expression.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/expression.h')
-rw-r--r--gdb/expression.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/expression.h b/gdb/expression.h
index 9e4ddf5..271baa9 100644
--- a/gdb/expression.h
+++ b/gdb/expression.h
@@ -22,7 +22,6 @@
#include "symtab.h" /* Needed for "struct block" type. */
-#include "doublest.h" /* Needed for DOUBLEST. */
/* Definitions for saved C expressions. */
@@ -66,8 +65,7 @@ union exp_element
struct symbol *symbol;
struct minimal_symbol *msymbol;
LONGEST longconst;
- DOUBLEST doubleconst;
- gdb_byte decfloatconst[16];
+ gdb_byte floatconst[16];
/* Really sizeof (union exp_element) characters (or less for the last
element of a string). */
char string;