mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
Fixing new build system for OSX
Signed-off-by: Leonardo de Moura <leonardo@z3-mac.local>
This commit is contained in:
parent
bf27090641
commit
deb5ee395a
4 changed files with 9 additions and 7 deletions
|
@ -56,7 +56,9 @@ public:
|
|||
explicit symbol(char const * d);
|
||||
explicit symbol(unsigned idx):
|
||||
m_data(BOXTAGINT(char const *, idx, 1)) {
|
||||
#ifndef _AMD64_
|
||||
SASSERT(idx < (SIZE_MAX >> PTR_ALIGNMENT));
|
||||
#endif
|
||||
}
|
||||
static symbol dummy() { return m_dummy; }
|
||||
static const symbol null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue