mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 23:51:09 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() types are the same on almost all platforms. The only difference is on i8086, where ptrint changes according to the memory model, while nativeint stays 16-bit. In the compiler, the count is emitted with Tai_const.Create_pint, which also stays 16-bit in all memory models, so the correct corresponding type in the rtl is nativeint. git-svn-id: trunk@26920 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |