This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
pascal
/
fpc
mirror de
https://gitlab.com/freepascal.org/fpc/source.git
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
The unit name should start with an upper case to pass tobject5.pp test under Haiku.
git-svn-id: trunk@15034 -
olivier
15 anos atrás
pai
4303eda80c
commit
0223697b17
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
rtl/haiku/system.pp
+ 1
- 1
rtl/haiku/system.pp
Ver arquivo
@@ -1,4 +1,4 @@
-Unit
s
ystem;
+Unit
S
ystem;
interface