The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre d79fe2a393 Try to solve compilation failure for several system by
merge of revisions 43773, 43774 and 43775 from trunk to fixes_3_2
------------------------------------------------------------------------
r43773 | svenbarth | 2019-12-24 21:29:51 +0000 (Tue, 24 Dec 2019) | 1 line

* as long as the Comp type is declared, declare PComp as well
------------------------------------------------------------------------
--- Merging r43773 into '.':
U    rtl/inc/systemh.inc
--- Recording mergeinfo for merge of r43773 into '.':
 U   .
------------------------------------------------------------------------
r43774 | svenbarth | 2019-12-24 21:29:53 +0000 (Tue, 24 Dec 2019) | 1 line

* if a CPU platform doesn't explicitely provide the Comp type we declare it as an alias to Int64
------------------------------------------------------------------------
--- Merging r43774 into '.':
G    rtl/inc/systemh.inc
--- Recording mergeinfo for merge of r43774 into '.':
 G   .
------------------------------------------------------------------------
r43775 | svenbarth | 2019-12-24 21:29:57 +0000 (Tue, 24 Dec 2019) | 1 line

* Delphi allows overloading based on Comp, so declare it as a type rename instead of a mere alias
------------------------------------------------------------------------
--- Merging r43775 into '.':
G    rtl/inc/systemh.inc
--- Recording mergeinfo for merge of r43775 into '.':
 G   .

git-svn-id: branches/fixes_3_2@43958 -
2020-01-16 15:37:19 +00:00
compiler # revisions: 43409,43473,43474,43482 2020-01-14 13:28:25 +00:00
installer Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
packages --- Merging r43572 into '.': 2020-01-16 13:33:43 +00:00
rtl Try to solve compilation failure for several system by 2020-01-16 15:37:19 +00:00
tests # revisions: 43409,43473,43474,43482 2020-01-14 13:28:25 +00:00
utils --- Merging r43618 into '.': 2020-01-16 13:36:11 +00:00
.gitattributes --- Merging r43572 into '.': 2020-01-16 13:33:43 +00:00
.gitignore * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
Makefile.fpc * version to 3.2.0-beta 2018-08-18 15:25:41 +00:00