extricate location.d into its own file

This commit is contained in:
Walter Bright 2022-12-23 15:36:37 -08:00 committed by The Dlang Bot
parent f12eb01776
commit a852b8ec82
18 changed files with 160 additions and 138 deletions

View file

@ -29,6 +29,7 @@ subPackage {
"compiler/src/dmd/id.d" \
"compiler/src/dmd/identifier.d" \
"compiler/src/dmd/lexer.d" \
"compiler/src/dmd/location.d" \
"compiler/src/dmd/tokens.d" \
"compiler/src/dmd/utils.d"