This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
pascal
/
fpc
peilaus alkaen
https://gitlab.com/freepascal.org/fpc/source.git
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
The unit name should start with an upper case to pass tobject5.pp test under Haiku.
git-svn-id: trunk@15034 -
olivier
15 vuotta sitten
vanhempi
4303eda80c
commit
0223697b17
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
1
1
rtl/haiku/system.pp
+ 1
- 1
rtl/haiku/system.pp
Näytä tiedosto
@@ -1,4 +1,4 @@
-Unit
s
ystem;
+Unit
S
ystem;
interface