Fix preprocessor error with deprecated macros intended to be used as an attribute value
(cherry-picked from commit c9d5832845
)
This commit is contained in:
parent
4b93e0db42
commit
155e9f377a
1 changed files with 1 additions and 0 deletions
|
@ -1238,6 +1238,7 @@ bool preprocessor_data::get_chunk()
|
|||
deprecation_detail += '\n';
|
||||
}
|
||||
deprecation_detail = read_rest_of_line();
|
||||
skip_eol();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue