12 bits compiler
Pierre Mallard
pierremallard@yahoo.fr
Wed Jun 19 05:54:00 GMT 2002
Ok so I've changed but it's the same problem...
Any other idea?
-Thanks-
--- Lars Brinkhoff <lars.spam@nocrew.org> a écrit : >
Pierre Mallard <pierremallard@yahoo.fr> writes:
> > #ifdef GVPP_FORMAT_12
> > #define SIZE_TYPE "long unsigned int"
> > #else
> > #ifdef GVPP_FORMAT_16
> > #define SIZE_TYPE "long unsigned int"
> > #else
> > #define SIZE_TYPE "unsigned int"
> > #endif
> > #endif
> >
> > #ifdef GVPP_FORMAT_12
> > #define PTRDIFF_TYPE "unsigned int"
> > #else
> > #ifdef GVPP_FORMAT_16
> > #define PTRDIFF_TYPE "unsigned int"
> > #else
> > #define PTRDIFF_TYPE "unsigned int"
> > #endif
> > #endif
>
> PTRDIFF_TYPE should probably be the corresponding
> signed SIZE_TYPE.
>
> --
> Lars Brinkhoff http://lars.nocrew.org/
> Linux, GCC, PDP-10,
> Brinkhoff Consulting http://www.brinkhoff.se/
> HTTP programming
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
More information about the Gcc
mailing list