mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
Fixed ML API build.
This commit is contained in:
parent
4ff938f2c1
commit
ce01895ab3
|
@ -34,6 +34,9 @@ extern "C" {
|
||||||
CAMLlocal5(X1,X2,X3,X4,X5); \
|
CAMLlocal5(X1,X2,X3,X4,X5); \
|
||||||
CAMLlocal3(X6,X7,X8)
|
CAMLlocal3(X6,X7,X8)
|
||||||
|
|
||||||
|
#define CAMLparam6(X1,X2,X3,X4,X5,X6,X7) \
|
||||||
|
CAMLparam5(X1,X2,X3,X4,X5); \
|
||||||
|
CAMLxparam1(X6)
|
||||||
#define CAMLparam7(X1,X2,X3,X4,X5,X6,X7) \
|
#define CAMLparam7(X1,X2,X3,X4,X5,X6,X7) \
|
||||||
CAMLparam5(X1,X2,X3,X4,X5); \
|
CAMLparam5(X1,X2,X3,X4,X5); \
|
||||||
CAMLxparam2(X6,X7)
|
CAMLxparam2(X6,X7)
|
||||||
|
|
Loading…
Reference in a new issue