mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 05:29:18 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() sometimes produce a far pointer constant (depending on the memory model and the type of 'x'), which would accidentally work for single constants, but will fail for consts, which are a part of a record or an array. This fixes e.g. const c:array[0..1] of word=(Ofs(a),Ofs(b)); in all memory models git-svn-id: trunk@38121 - |
||
---|---|---|
compiler | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |