Nested functions are disabled - why do I get this error message?

Posted by Casebash on Stack Overflow See other posts from Stack Overflow or by Casebash
Published on 2010-02-12T04:15:15Z Indexed on 2010/05/25 8:51 UTC
Read the original article Hit count: 142

Filed under:

When I accidentally wrote:

UIViewController tmp*=_currentViewController;

Instead of:

UIViewController *tmp=_currentViewController;

I get a nested functions are disabled error. Can you explain this?

© Stack Overflow or respective owner

Related posts about objective-c