This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
pascal
/
freepascal.compiler
kopia lustrzana
https://gitlab.com/freepascal.org/fpc/source.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
The unit name should start with an upper case to pass tobject5.pp test under Haiku.
git-svn-id: trunk@15034 -
olivier
15 lat temu
rodzic
4303eda80c
commit
0223697b17
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
rtl/haiku/system.pp
+ 1
- 1
rtl/haiku/system.pp
Wyświetl plik
@@ -1,4 +1,4 @@
-Unit
s
ystem;
+Unit
S
ystem;
interface