mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 15:47:51 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() procvars can be declared near or far. Methodpointers/nested proc vars, etc must still follow the default calling model of the current memory model. Note that this feature isn't TP7 compatible (TP7 doesn't allow near procvars at all), but is common to 16-bit C compilers and is quite useful for calling external code (e.g. for far calling BIOS or some other real mode API entry points from any memory model, etc.) git-svn-id: trunk@38595 - |
||
---|---|---|
compiler | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |