Replace TRUE/FALSE with boolean values true/false

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 83bddb09d0)
r14.1.x
Michele Calgaro 5 months ago
parent 295bfb517c
commit 00d954f0fb
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -111,7 +111,7 @@ XsldbgDriver::XsldbgDriver():
m_promptLastChar = ' '; m_promptLastChar = ' ';
m_markerRE.setPattern("^Breakpoint for file "); m_markerRE.setPattern("^Breakpoint for file ");
m_haveDataFile = FALSE; m_haveDataFile = false;
#ifndef NDEBUG #ifndef NDEBUG
// check command info array // check command info array

Loading…
Cancel
Save