This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
pascal
/
freepascal.compiler
peilaus alkaen
https://gitlab.com/freepascal.org/fpc/source.git
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
* Added {$i fpcdefs.inc}, was missing in the newly added unit, causing incorrect parameter positions on some platforms (e.g. broken tsafecall2, tsafecall3).
git-svn-id: trunk@21318 -
sergei
13 vuotta sitten
vanhempi
6c0ba4af0c
commit
19053de279
1 muutettua tiedostoa
jossa
1 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
1
0
compiler/pparautl.pas
+ 1
- 0
compiler/pparautl.pas
Näytä tiedosto
@@ -21,6 +21,7 @@
}
unit pparautl;
+{$i fpcdefs.inc}
interface