Mail Archives: pgcc/1999/02/24/22:25:34
Paul Derbyshire writes:
> At 09:23 AM 2/24/99 -0500, you wrote:
> >double foo (int i, double d) {
> > int j;
> > for (j =3D 20; j; --j) {
> > i *=3D i;
> > d *=3D d;
> > }
> > return d*(double)i;
> >}
>
> j =3D 20??? That looks ill-formed to me. -funroll-all-loops or no
> -funroll-all-loops, it should be produced a "parse error before 20". What
> were you trying to do ther anyways, assign a hex value? Should be
> j = 0x3d20
> then. Or did you mistype when writing the email? :-)
Yes. He used a client that does quoted-printable. Ugly-ass-garbage.
I autoconvert back to 8bit, so unless someone quotes it I don't
see it.
--Dan
- Raw text -