diff options
author | 2013-01-08 22:49:09 -0800 | |
---|---|---|
committer | 2013-01-08 22:49:09 -0800 | |
commit | 23c9e9df7b8f02877f07c02564d9048f0257fd6e (patch) | |
tree | 9630b6df45284e6bdc0cac94e5ae37284235756f /native/jni/src/correction.cpp | |
parent | 6b25917079ab86082a909793669dca112fd8d2c3 (diff) | |
parent | 8f5f79d7ea824752dcaa4e035e71291e7dd7ddaf (diff) | |
download | latinime-23c9e9df7b8f02877f07c02564d9048f0257fd6e.tar.gz latinime-23c9e9df7b8f02877f07c02564d9048f0257fd6e.tar.xz latinime-23c9e9df7b8f02877f07c02564d9048f0257fd6e.zip |
am 8f5f79d7: Merge "Replace assert() with ASSERT() & use -funwind-tables for debug builds"
* commit '8f5f79d7ea824752dcaa4e035e71291e7dd7ddaf':
Replace assert() with ASSERT() & use -funwind-tables for debug builds
Diffstat (limited to 'native/jni/src/correction.cpp')
-rw-r--r-- | native/jni/src/correction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/src/correction.cpp b/native/jni/src/correction.cpp index 24221c98c..a0256ee40 100644 --- a/native/jni/src/correction.cpp +++ b/native/jni/src/correction.cpp @@ -247,7 +247,7 @@ Correction::CorrectionType Correction::processCharAndCalcState(const int c, cons if (mSkippedCount == 0 && mSkipPos < mOutputIndex) { if (DEBUG_DICT) { // TODO: Enable this assertion. - //assert(mSkipPos == mOutputIndex - 1); + //ASSERT(mSkipPos == mOutputIndex - 1); } mSkipPos = mOutputIndex; } |