mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 23:08:00 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() functions whose implementation is declared "external". This results in less efficient code (all calls will go through a stub), but it prevents interface crc changes (-> no recompilations in case of circular dependencies) and it also keeps the interface stable (if the external implementation is changed afterwards to another external routine or to a local implementation, the mangled name of the routine does not change) (mantis #24121) git-svn-id: trunk@27213 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |