From ffce6a7ab38e63695ec1707f9b9356b00e507e60 Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 7 Dec 2006 22:49:36 +0000 Subject: [PATCH] Re-do some .h files to limit exposure of internal values, .h files, and dependencies on config.h; return to a simple, concrete boolean type --- lib/dotgen/flat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dotgen/flat.c b/lib/dotgen/flat.c index 76dfd7713..494d4ca1c 100644 --- a/lib/dotgen/flat.c +++ b/lib/dotgen/flat.c @@ -81,7 +81,7 @@ static void setbounds(node_t * v, int *bounds, int lpos, int rpos) bounds[SRB] = ord; } } else { /* forward */ - bool onleft, onright; + boolean onleft, onright; onleft = onright = FALSE; for (i = 0; (f = ND_out(v).list[i]); i++) { if (ND_order(f->head) <= lpos) { -- 2.40.0