Move a line_ref variable from tcc_preprocess() function into struct BufferedFile.
commit40418f87c7da9d3358363769fb13c558b43f2847
authorseyko <seyko2@gmail.com>
Tue, 3 Mar 2015 11:15:28 +0000 (3 14:15 +0300)
committerseyko <seyko2@gmail.com>
Tue, 3 Mar 2015 11:15:28 +0000 (3 14:15 +0300)
tree51fca3eb3e2e7cfc6bda4c4b124df44c3aff818d
parent5e3e32147473504c01125cea16f8d047c8e63766
Move a line_ref variable from tcc_preprocess() function into struct BufferedFile.
This id needed for a right ouput in other places,
precisely to calculate a number of empty lines which are waiting to output.
tcc.h
tccpp.c