mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
Fix Issue 23838 - DMD lexer / parser examples might not compile (#15106)
This commit is contained in:
parent
8f9e710ff9
commit
dd4fbf43f0
8 changed files with 23 additions and 22 deletions
3
dub.sdl
3
dub.sdl
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue