Thu May 21 13:14:25 1998 John Metzler <jmetzler@cygnus.com>
[deliverable/binutils-gdb.git] / gdb / c-exp.y
index 7ea6c1f9b04fbcab316008a2d2ba40a37fae25e1..7316ae8a1b9d3276aa1cbddc1c52713932e7cfdb 100644 (file)
@@ -936,7 +936,7 @@ parse_number (p, len, parsed_float, putithere)
        num = sscanf (p, "%lg%c", (double *) &putithere->typed_val_float.dval,&c);
       else
        {
-#ifdef PRINTF_HAS_LONG_DOUBLE
+#ifdef SCANF_HAS_LONG_DOUBLE
          num = sscanf (p, "%Lg%c", &putithere->typed_val_float.dval,&c);
 #else
          /* Scan it into a double, then assign it to the long double.
This page took 0.023657 seconds and 4 git commands to generate.