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 BeOS (not tested yet ;-).
git-svn-id: trunk@15035 -
olivier
15 lat temu
rodzic
0223697b17
commit
8aaa5ee123
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
rtl/beos/system.pp
+ 1
- 1
rtl/beos/system.pp
Wyświetl plik
@@ -1,4 +1,4 @@
-Unit
s
ystem;
+Unit
S
ystem;
interface