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 61d2f936ed
commit 597b09ec97

View file

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