From 2c3d49d8daef5d4f23710dec9c8dc35f47287256 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Sat, 5 Apr 2014 19:16:08 -0700 Subject: [PATCH] Fix build issue --- stdx/d/parser.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stdx/d/parser.d b/stdx/d/parser.d index f7d89ba..838927c 100644 --- a/stdx/d/parser.d +++ b/stdx/d/parser.d @@ -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