mirror of
https://github.com/corda/corda.git
synced 2025-06-18 23:28:21 +00:00
Various fixes (mostly making things more strict) to get the code to
compile on Mac OS X
This commit is contained in:
@ -11,11 +11,14 @@
|
||||
|
||||
#ifdef __i386__
|
||||
# define LD "d"
|
||||
# define ULD "lu"
|
||||
# define LLD "lld"
|
||||
#elif defined __x86_64__
|
||||
# define LD "ld"
|
||||
# define ULD "lu"
|
||||
# define LLD "ld"
|
||||
# define LLD "ld"
|
||||
#else
|
||||
#error "Unsupported architecture"
|
||||
#endif
|
||||
|
||||
#define NO_RETURN __attribute__((noreturn))
|
||||
|
Reference in New Issue
Block a user