removed use of TRUE and FALSE
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user