Temporarily readd the UNSTABLE configuration

This commit is contained in:
Daniel Marjamäki 2017-06-04 18:30:49 +02:00
parent 20b27cfd51
commit 66a488586e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
*
* Use CHECK_WRONG_DATA in checkers when you check for wrong data.
*/
#ifdef DACA2
#if defined(DACA2) || defined(UNSTABLE)
#define CHECK_WRONG_DATA(COND, TOK) ({ if(!(COND)) reportError(nullptr,Severity::error,"DacaWrongData","Wrong data detected, " #COND); (COND);})
#else
#define CHECK_WRONG_DATA(COND, TOK) (COND)