Fix Issue 23838 - DMD lexer / parser examples might not compile (#15106)

This commit is contained in:
Razvan Nitu 2023-04-17 15:57:30 +03:00 committed by GitHub
parent 8f9e710ff9
commit dd4fbf43f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 23 additions and 22 deletions

View file

@ -31,7 +31,8 @@ subPackage {
"compiler/src/dmd/lexer.d" \
"compiler/src/dmd/location.d" \
"compiler/src/dmd/tokens.d" \
"compiler/src/dmd/utils.d"
"compiler/src/dmd/utils.d" \
"compiler/src/dmd/errorsink.d"
versions \
"CallbackAPI" \