Changeset 661e7b0 for src/CodeGen
- Timestamp:
- Aug 13, 2024, 11:54:04 AM (8 months ago)
- Branches:
- master
- Children:
- 2870cb6, 4558df2
- Parents:
- 4941716
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/CodeGen/CodeGenerator.cpp ¶
r4941716 r661e7b0 79 79 currentLocation.first_line += 2; 80 80 } else { 81 output << "\n# " << to.first_line << " \"" << to.filename 81 output << "\n# " << to.first_line << " \"" << to.filename.c_str() 82 82 << "\"\n" << indent; 83 83 currentLocation = to;
Note: See TracChangeset
for help on using the changeset viewer.