mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-20 12:31:40 +00:00
Revert r58411. The user needs to #define this when using the JITMemoryManager.h header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58414 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c6e224196b
commit
a872aae731
@ -37,6 +37,11 @@
|
|||||||
# error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h"
|
# error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(__STDC_CONSTANT_MACROS)
|
||||||
|
# error "Must #define __STDC_CONSTANT_MACROS before " \
|
||||||
|
"#including Support/DataTypes.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
// Note that <inttypes.h> includes <stdint.h>, if this is a C99 system.
|
// Note that <inttypes.h> includes <stdint.h>, if this is a C99 system.
|
||||||
#ifdef HAVE_SYS_TYPES_H
|
#ifdef HAVE_SYS_TYPES_H
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user