Mail Archives: djgpp-workers/2003/06/30/16:39:55
Hello.
ams AT ludd DOT luth DOT se wrote:
>
> According to cvs-richdawe AT delorie DOT com:
> > RCS file: /cvs/djgpp/djgpp/include/libc/ieee.h,v
> > retrieving revision 1.2
> > retrieving revision 1.3
> > diff -p -2 -r1.2 -r1.3
> > *** djgpp/include/libc/ieee.h 4 Feb 2003 20:25:05 -0000 1.2
> > --- djgpp/include/libc/ieee.h 29 Jun 2003 14:23:25 -0000 1.3
> > *************** typedef struct {
> > *** 39,42 ****
> > --- 39,61 ----
> > } long_double_t;
> >
> > +
> > + typedef union
> > + {
> > + double d;
> > + double_t dt;
> > + } _double_union_t;
> > +
> > + typedef union
> > + {
> > + long double ld;
> > + long_double_t ldt;
> > + } longdouble_union_t;
>
> What happened to "staying out of application name space"? Underscore,
> someone?
>
> Did you really have the latest patch?
No, sorry about that. I thought I had.
Thanks, bye, Rich =]
--
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]
- Raw text -