Tracker: RegExp, set initial member values
CID 609956
This commit is contained in:
parent
8bc62a0a12
commit
23d59b8742
@ -208,7 +208,16 @@ int32 regnarrate = 0;
|
||||
RegExp::RegExp()
|
||||
:
|
||||
fError(B_OK),
|
||||
fRegExp(NULL)
|
||||
fRegExp(NULL),
|
||||
fInputScanPointer(NULL),
|
||||
fParenthesisCount(0),
|
||||
fDummy('\0'),
|
||||
fCodeEmitPointer(NULL),
|
||||
fCodeSize(0),
|
||||
fStringInputPointer(NULL),
|
||||
fRegBol(NULL),
|
||||
fStartPArrayPointer(NULL),
|
||||
fEndPArrayPointer(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user