Fix preprocessor error with deprecated macros intended to be used as an attribute value

(cherry-picked from commit c9d5832845)
This commit is contained in:
Celtic Minstrel 2018-05-19 20:51:33 -04:00
parent 4b93e0db42
commit 155e9f377a

View file

@ -1238,6 +1238,7 @@ bool preprocessor_data::get_chunk()
deprecation_detail += '\n';
}
deprecation_detail = read_rest_of_line();
skip_eol();
}
}