Changeset d1f5054 for src/CodeGen/CodeGenerator.cpp
- Timestamp:
- Aug 14, 2024, 11:55:20 AM (14 months ago)
- Branches:
- master
- Children:
- 960665c
- Parents:
- 26d40a1 (diff), 2870cb6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.cpp
r26d40a1 rd1f5054 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.