# | Line 87 | Line 87 | class SimplePreprocessor { | |
---|---|---|
87 | //} | |
88 | int lineNo = startingLine; | |
89 | os << "#line " << lineNo << " \"" << filename << "\"\n"; | |
90 | < | const int bufferSize = 1024; |
90 | > | const int bufferSize = 8192; |
91 | char buffer[bufferSize]; | |
92 | while(myStream.getline(buffer, bufferSize)) { | |
93 | ++lineNo; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |