Porting to XCode from CW problem

Fonarix

Registered
Greetings!

I have a problem with conflict of names...

"error: macro "check" passed 3 arguments, but takes just 1"

check - is a macro:

#define check(assertion)

and virtual function in a class:

virtual check_status_list* check( params... );

Please advise me what a have to do.

Thanks.
 
Back
Top