Re: Removing NSLog & NSAssert for deployment
Re: Removing NSLog & NSAssert for deployment
- Subject: Re: Removing NSLog & NSAssert for deployment
- From: James Montgomerie <email@hidden>
- Date: Thu, 7 Feb 2002 14:25:38 -0800
On Thursday, February 7, 2002, at 01:56 PM, Bill Cheeseman wrote:
2. As to NSLog, where can I read about "variadic macros"? Which
/Developer
docs are you talking about?
file://localhost/Developer/Documentation/DeveloperTools/Compiler/Compiler.
2b.html#pgfId=5843
I believe, however, that macros with variable-length arguments do not
currently work with the precompiled-headers version of the preprocessor,
as they're a GNU C extension (though I think they are perhaps in C99?)
Jamie.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.