Commit dfa94237 authored by Kevin Modzelewski's avatar Kevin Modzelewski

xxx testing

parent 70571ff4
......@@ -1238,6 +1238,7 @@ AST_Module* caching_parse_file(const char* fn, FutureFlags inherited_flags) {
FileHandle cache_fp(cache_fn.c_str(), "r");
if (cache_fp) {
while (true) {
break; // XXX JUST FOR TESTING
int read = fread(buf, 1, 1024, cache_fp);
file_data.insert(file_data.end(), buf, buf + read);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment