* Add native support for long double data type.
[deliverable/binutils-gdb.git] / gdb / m2-exp.y
index 9ec896f28646b450fea6629bf5802fac105b7941..35f7423c1da3ed58457982c6d0045b62d16bd7b4 100644 (file)
@@ -136,7 +136,7 @@ static struct block *modblock=0;
   {
     LONGEST lval;
     unsigned LONGEST ulval;
-    double dval;
+    DOUBLEST dval;
     struct symbol *sym;
     struct type *tval;
     struct stoken sval;
This page took 0.023468 seconds and 4 git commands to generate.