mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 09:09:26 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() the module to the current module. This is required in case of -al, because when writing source lines to the assembly output the input file position gets changed. Since the wrappers are generated at the end of a unit's compilation, that's no problem if that input file belongs to the current unit. It was hardcoded to the unit with id 1 before though, which is the main unit specified on the command line and that one could be different (fixes compilation of win32 buildrtl with -al after r37961) git-svn-id: trunk@37973 - |
||
---|---|---|
compiler | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |