From bb42d3d4a6f65614d48f418b7cc2a93be3952de8 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 12 Feb 2007 20:48:27 +0100 Subject: [PATCH] polysign.c: fix cdd_polyhedron_affine_sign prototype --- polysign.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/polysign.c b/polysign.c index ba657e5..0194ec8 100644 --- a/polysign.c +++ b/polysign.c @@ -5,7 +5,13 @@ #ifndef HAVE_LIBCDDGMP enum order_sign cdd_polyhedron_affine_sign(Polyhedron *D, Matrix *T, - struct lexmin_options *options) + struct barvinok_options *options) +{ + assert(0); +} + +enum order_sign cddf_polyhedron_affine_sign(Polyhedron *D, Matrix *T, + struct barvinok_options *options) { assert(0); } -- 2.11.4.GIT