This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
pascal
/
freepascal.compiler
miroir de
https://gitlab.com/freepascal.org/fpc/source.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
* 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
il y a 13 ans
Parent
6c0ba4af0c
commit
19053de279
1 fichiers modifiés
avec
1 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
1
0
compiler/pparautl.pas
+ 1
- 0
compiler/pparautl.pas
Voir le fichier
@@ -21,6 +21,7 @@
}
unit pparautl;
+{$i fpcdefs.inc}
interface