In our previous episode, Graeme Geldenhuys said:
> 
> Um, I think you are mistaken. Integer is *always* 32-bits on either
> 32-bit or 64-bit target platforms

That's because FPC currently only supports LP64 and LLP64 systems.

There are some systems (IIRC some AIX editions) that are ILP64 (iow in C
"int" is 64-bit). 

What FPC will do there is probably still undecided, since it will be a
dilemma between compatibility with the OS it is running on vs compatibility
with other FPC targets. 




_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to