Skip to content

Commit acc219f

Browse files
committed
fbc: g++ ABI - whitespace changes before next update
1 parent 8291324 commit acc219f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/compiler/symb.bi

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -486,18 +486,18 @@ type FB_STRUCT_DBG
486486
end type
487487

488488
type FB_STRUCTEXT
489-
ctorhead as FBSYMBOL_ ptr '' ctor head (first overload proc) or NULL
490-
defctor as FBSYMBOL_ ptr '' default ctor or NULL
491-
copyctor as FBSYMBOL_ ptr '' copy ctor or NULL
492-
copyctorconst as FBSYMBOL_ ptr '' copy ctor with CONST param or NULL
493-
dtor as FBSYMBOL_ ptr '' destructor or NULL
494-
copyletop as FBSYMBOL_ ptr '' copy LET overload proc or NULL
495-
copyletopconst as FBSYMBOL_ ptr '' copy LET overload proc with CONST param or NULL
489+
ctorhead as FBSYMBOL_ ptr '' ctor head (first overload proc) or NULL
490+
defctor as FBSYMBOL_ ptr '' default ctor or NULL
491+
copyctor as FBSYMBOL_ ptr '' copy ctor or NULL
492+
copyctorconst as FBSYMBOL_ ptr '' copy ctor with CONST param or NULL
493+
dtor as FBSYMBOL_ ptr '' destructor or NULL
494+
copyletop as FBSYMBOL_ ptr '' copy LET overload proc or NULL
495+
copyletopconst as FBSYMBOL_ ptr '' copy LET overload proc with CONST param or NULL
496496
opovlTb(0 to AST_OP_SELFOPS-1) as FBSYMBOL_ ptr
497-
vtableelements as integer '' vtable elements counter
498-
vtable as FBSYMBOL_ ptr '' virtual-functions table struct
499-
rtti as FBSYMBOL_ ptr '' Run-Time Type Info struct
500-
abstractcount as integer '' ABSTRACT method counter (to determine abstract classes, which aren't allowed to be instantiated)
497+
vtableelements as integer '' vtable elements counter
498+
vtable as FBSYMBOL_ ptr '' virtual-functions table struct
499+
rtti as FBSYMBOL_ ptr '' Run-Time Type Info struct
500+
abstractcount as integer '' ABSTRACT method counter (to determine abstract classes, which aren't allowed to be instantiated)
501501
end type
502502

503503
type FBS_STRUCT
@@ -917,11 +917,11 @@ end type
917917

918918
'' Data passed from symbUdtDeclareDefaultMembers() to symbUdtImplementDefaultMembers()
919919
type SYMBDEFAULTMEMBERS
920-
defctor as FBSYMBOL ptr
921-
dtor as FBSYMBOL ptr
922-
copyctor as FBSYMBOL ptr
923-
copyctorconst as FBSYMBOL ptr
924-
copyletopconst as FBSYMBOL ptr
920+
defctor as FBSYMBOL ptr
921+
dtor as FBSYMBOL ptr
922+
copyctor as FBSYMBOL ptr
923+
copyctorconst as FBSYMBOL ptr
924+
copyletopconst as FBSYMBOL ptr
925925
end type
926926

927927
#include once "ast.bi"

0 commit comments

Comments
 (0)