entered into RCS

From-SVN: r1262
This commit is contained in:
Charles Hannum 1992-06-24 03:58:10 +00:00
parent ef66cdfecd
commit 8d6c8465b4

View File

@ -900,7 +900,7 @@ int exponent(x, fract, exp) Long_double x; double *fract; int *exp; {
/* Print a value of type TYPE with value VAL, /* Print a value of type TYPE with value VAL,
assuming that sprintf can't handle this type properly (without truncation). assuming that sprintf can't handle this type properly (without truncation).
We create an expession that uses type casting to create the value from We create an expression that uses type casting to create the value from
a bit pattern. */ a bit pattern. */
char *fake_f_rep(type, val) char *type; Long_double val; { char *fake_f_rep(type, val) char *type; Long_double val; {