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
The unit name should start with an upper case to pass tobject5.pp test under Haiku.
git-svn-id: trunk@15034 -
olivier
il y a 15 ans
Parent
4303eda80c
commit
0223697b17
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
rtl/haiku/system.pp
+ 1
- 1
rtl/haiku/system.pp
Voir le fichier
@@ -1,4 +1,4 @@
-Unit
s
ystem;
+Unit
S
ystem;
interface