pointless whitespace commit to get RageUtil.cpp out of my wincvs window
This commit is contained in:
@@ -627,13 +627,13 @@ void Regex::Compile()
|
|||||||
if(pattern[i] == '(') backrefs++;
|
if(pattern[i] == '(') backrefs++;
|
||||||
ASSERT(backrefs+1 < 128);
|
ASSERT(backrefs+1 < 128);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Regex::Release()
|
void Regex::Release()
|
||||||
{
|
{
|
||||||
delete (regex_t *)reg;
|
delete (regex_t *)reg;
|
||||||
reg = NULL;
|
reg = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Regex::Regex(const CString &pattern_)
|
Regex::Regex(const CString &pattern_)
|
||||||
{
|
{
|
||||||
reg = NULL;
|
reg = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user