This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
pascal
/
fpc
miroir de
https://gitlab.com/freepascal.org/fpc/source.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
* added packrecords statement so the test compiles on all systems regardless
of the default packrecords value
git-svn-id: trunk@7605 -
Jonas Maebe
il y a 18 ans
Parent
b846f2596e
commit
044e616bea
1 fichiers modifiés
avec
1 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
1
0
tests/test/tparray20.pp
+ 1
- 0
tests/test/tparray20.pp
Voir le fichier
@@ -1,4 +1,5 @@
{$mode macpas}
+{$packrecords 4}
program FatalError_200608051;