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

This commit is contained in:
Celtic Minstrel 2018-05-19 20:51:33 -04:00
parent 91150f2504
commit c9d5832845

View file

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