This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
pascal
/
fpc
mirror da
https://gitlab.com/freepascal.org/fpc/source.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
The unit name should start with an upper case to pass tobject5.pp test under Haiku.
git-svn-id: trunk@15034 -
olivier
15 anni fa
parent
4303eda80c
commit
0223697b17
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
rtl/haiku/system.pp
+ 1
- 1
rtl/haiku/system.pp
Vedi File
@@ -1,4 +1,4 @@
-Unit
s
ystem;
+Unit
S
ystem;
interface