Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.cpp

    r661e7b0 r88bc876  
    7979                currentLocation.first_line += 2;
    8080        } else {
    81                 output << "\n# " << to.first_line << " \"" << to.filename.c_str()
     81                output << "\n# " << to.first_line << " \"" << to.filename
    8282                       << "\"\n" << indent;
    8383                currentLocation = to;
Note: See TracChangeset for help on using the changeset viewer.