fix #include on first line

This commit is contained in:
David Rose 2001-06-05 21:33:29 +00:00
parent 6eac15baf7
commit 6e6c8c01a6

View File

@ -602,6 +602,7 @@ push_file(const CPPFile &file) {
infile._prev_last_c = _last_c;
_last_c = '\0';
_start_of_line = true;
return true;
}