This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
pascal
/
freepascal.compiler
mirror da
https://gitlab.com/freepascal.org/fpc/source.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
* 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 anni fa
parent
6c0ba4af0c
commit
19053de279
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
compiler/pparautl.pas
+ 1
- 0
compiler/pparautl.pas
Vedi File
@@ -21,6 +21,7 @@
}
unit pparautl;
+{$i fpcdefs.inc}
interface