mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-19 12:49:26 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() Also add the initialization/finalization sections and the class constructors/destructors to the imported symbols of the current program/library. ngenutil.pas, tnodeutils.InsertInitFinalTable: + new function add_initfinal_import to find the procsym for the initialization/finalization code and to add it to the imported unit symbols * write_struct_inits: import the found class constructor/destructor symbols if they are not in the program/library unit * use add_initfinal_import for the initialization and finalization sections of all used units beside the program/library unit ........ git-svn-id: trunk@33501 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |