mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-29 12:50:37 +01:00
* pas2jni: Removed redundant ;.
git-svn-id: trunk@34845 -
This commit is contained in:
parent
21234e413a
commit
d507456560
@ -1640,7 +1640,7 @@ begin
|
||||
Fjs.WriteLn('protected void __Init(long objptr, boolean cleanup) { _pasobj=objptr; _cleanup=cleanup; if (_pasobj==0 && __Size() != 0) _pasobj=AllocMemory(__Size()); }');
|
||||
Fjs.WriteLn('protected Record(PascalObject obj) { super(obj); _objref=obj; }');
|
||||
Fjs.WriteLn('protected Record(long objptr) { super(objptr); }');
|
||||
Fjs.WriteLn('protected final int __Size(int index) { return GetRecordSize(index); };');
|
||||
Fjs.WriteLn('protected final int __Size(int index) { return GetRecordSize(index); }');
|
||||
Fjs.WriteLn('public Record() { }');
|
||||
Fjs.WriteLn('public int __Size() { return 0; }');
|
||||
Fjs.DecI;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user