mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:26:24 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() o the result is still not very clean due to the fact that this data is almost completely unstructured due to variable-length strings everywhere, which means that a) we cannot just load recorddefs from the system or typeinfo unit and use those as templates b) we cannot easily reuse the recorddefs we create ourselves (except if the strings have the same length -- this is the reason for all of the names specified to begin_anonymous_record: to reuse defs as much as possible rather than creating new ones all the time) c) we have to add explicitly aligned subrecords everywhere to insert explicit alignment on platforms that need it git-svn-id: trunk@31255 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |