Do #pragma weak work in Darwin?
Do #pragma weak work in Darwin?
- Subject: Do #pragma weak work in Darwin?
- From: Paul Nelson <email@hidden>
- Date: Mon, 19 Mar 2007 09:39:23 -0500
- Thread-topic: Do #pragma weak work in Darwin?
There are two forms, but both seem to be ignored by GCC:
#pragma weak ext_function
and
#pragma weak ext_function = my_default_ext_function
void my_default_ext_function()
{
}
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden