diff --git a/src/ca/acctst.c b/src/ca/acctst.c index d63fb8627..81ec205c9 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -1674,9 +1674,9 @@ void verifyOldPend () /* * at least verify that the old ca_pend() is in the symbol table */ - status = ca_pend ( 100000.0, TRUE ); + status = ca_pend ( 100000.0, 1 ); assert ( status = ECA_NORMAL ); - status = ca_pend ( 1e-12, FALSE ); + status = ca_pend ( 1e-12, 0 ); assert ( status = ECA_TIMEOUT ); }