This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
pascal
/
freepascal.compiler
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 BeOS (not tested yet ;-).
git-svn-id: trunk@15035 -
olivier
15 vuotta sitten
vanhempi
0223697b17
commit
8aaa5ee123
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
1
1
rtl/beos/system.pp
+ 1
- 1
rtl/beos/system.pp
Näytä tiedosto
@@ -1,4 +1,4 @@
-Unit
s
ystem;
+Unit
S
ystem;
interface