This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
pascal
/
freepascal.compiler
tükrözi:
https://gitlab.com/freepascal.org/fpc/source.git
Figyelés
2
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Wiki
Forráskód Böngészése
* 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 éve
szülő
6c0ba4af0c
commit
19053de279
1 módosított fájl
,
1 hozzáadás
és
0 törlés
Osztott Nézet
Diff Statisztika Mutatása
1
0
compiler/pparautl.pas
+ 1
- 0
compiler/pparautl.pas
Fájl Megtekintése
@@ -21,6 +21,7 @@
}
unit pparautl;
+{$i fpcdefs.inc}
interface