Fix build issue
This commit is contained in:
parent
f4a215634d
commit
2c3d49d8da
|
@ -23,6 +23,8 @@ import std.string : format;
|
|||
// Caution: generates 180 megabytes of logging for std.datetime
|
||||
//version = std_parser_verbose;
|
||||
|
||||
alias ParseAllocator = CAllocatorImpl!(Mallocator);
|
||||
|
||||
/**
|
||||
* Params:
|
||||
* tokens = the tokens parsed by std.d.lexer
|
||||
|
|
Loading…
Reference in New Issue