Bug #5163
Конец файла после директивы препроцессора
Start date:
07/29/2014
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
Некорректно обрабатываются файлы, в которых после директивы препроцессора - не конец строки, а конец файла.
History
Updated by Alexander Kamkin over 6 years ago
`define X 0 `ifdef X // Something `endif // This is the last line in the code