@@ -486,18 +486,18 @@ type FB_STRUCT_DBG
486486end type
487487
488488type 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)
501501end type
502502
503503type FBS_STRUCT
@@ -917,11 +917,11 @@ end type
917917
918918'' Data passed from symbUdtDeclareDefaultMembers() to symbUdtImplementDefaultMembers()
919919type 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
925925end type
926926
927927#include once "ast.bi"
0 commit comments