From 8ac6e05111a5a8da4e9ab49d7cb1e2b577cd37bf Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Fri, 24 Jul 2015 15:58:24 +0100 Subject: more MS pollution of C name space. issue 339 --- utils/acid/acid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/acid/acid.h') diff --git a/utils/acid/acid.h b/utils/acid/acid.h index cb88a554..224b984d 100644 --- a/utils/acid/acid.h +++ b/utils/acid/acid.h @@ -178,7 +178,7 @@ List* addlist(List*, List*); List* al(int); Node* an(int, Node*, Node*); void append(Node*, Node*, Node*); -int bool(Node*); +int boolx(Node*); void build(Node*); void call(char*, Node*, Node*, Node*, Node*); void checkqid(int, int); -- cgit v1.2.3