We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cce2d4 commit b7e83d3Copy full SHA for b7e83d3
dmd2/root/port.h
@@ -10,9 +10,6 @@
10
// Portable wrapper around compiler/system specific things.
11
// The idea is to minimize #ifdef's in the app code.
12
13
-#if defined(IN_LLVM) && ((LDC_LLVM_VER == 303) || (LDC_LLVM_VER == 304))
14
-#include "llvm/Config/config.h"
15
-#endif
16
#if IN_LLVM
17
#include <cstdlib>
18
#else
dmd2/root/rmem.h
#ifndef ROOT_MEM_H
#define ROOT_MEM_H
#include <stddef.h> // for size_t
typedef void (*FINALIZERPROC)(void* pObj, void* pClientData);
0 commit comments