diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2015-07-24 15:58:24 +0100 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2015-07-24 15:58:24 +0100 |
| commit | 8ac6e05111a5a8da4e9ab49d7cb1e2b577cd37bf (patch) | |
| tree | 3d9825233f7cbf34fde6c14748f28195fd4fd7b8 /utils/acid/acid.h | |
| parent | d834f71e99aa408b5048c183666643f51b9d9c3a (diff) | |
more MS pollution of C name space. issue 339
Diffstat (limited to 'utils/acid/acid.h')
| -rw-r--r-- | utils/acid/acid.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
