mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-27 18:13:13 +01:00
Merge dmd-1.074 into ldc.
This commit is contained in:
@@ -4,9 +4,14 @@
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
#if __sun&&__SVR4
|
||||
#if __sun&&__SVR4 || _MSC_VER
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
#if _MSC_VER
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#include "speller.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user