This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
pascal
/
freepascal.compiler
kopia lustrzana
https://gitlab.com/freepascal.org/fpc/source.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
* 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 lat temu
rodzic
6c0ba4af0c
commit
19053de279
1 zmienionych plików
z
1 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
1
0
compiler/pparautl.pas
+ 1
- 0
compiler/pparautl.pas
Wyświetl plik
@@ -21,6 +21,7 @@
}
unit pparautl;
+{$i fpcdefs.inc}
interface