Revert "Force const. expr. in expr_cond outside function"

This reverts commit b2f5ee9b2d as it's
useless on mob.
master
Thomas Preud'homme 2011-07-31 17:18:19 +02:00
parent b2f5ee9b2d
commit 626a907451
1 changed files with 1 additions and 1 deletions

View File

@ -4038,7 +4038,7 @@ static void expr_cond(void)
SValue sv;
CType type, type1, type2;
if (const_wanted || (cur_text_section == NULL)) {
if (const_wanted) {
expr_lor_const();
if (tok == '?') {
CType boolean;