mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-01 20:10:04 +02:00
Applied downs' latest Phobos patch
This commit is contained in:
@@ -1820,7 +1820,7 @@ int trymatch(int pc, int pcend)
|
||||
if (!psave && count < m)
|
||||
{
|
||||
//version (Win32)
|
||||
psave = cast(regmatch_t *)alloca((re_nsub + 1) * regmatch_t.sizeof);
|
||||
psave = cast(regmatch_t *)/*alloca*/malloc((re_nsub + 1) * regmatch_t.sizeof);
|
||||
//else
|
||||
//psave = new regmatch_t[re_nsub + 1];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user