Oops forgot about the encoders. They're so much better than defining "local"
macros for use by one function because of the type checking and not
polluting the namespace but obviously troublesome. Just giving a quick test
now and I think they should all be gone from any work I did anyway.

----- Original Message ----- 
From: "Hardeep Sidhu" <[EMAIL PROTECTED]>
To: "Rockbox development" <[email protected]>
Sent: Saturday, March 24, 2007 10:31 PM
Subject: Re: Nested functions


> I just encountered a problem with compiling nested functions for the
> Mac OS X simulator.  Xcode disables them by default so you need to
> add the "-fnested-functions" flag.  Unfortunately, this flag doesn't
> work well with libtool.  I can probably play around with the
> makefiles to get this working but I'm wondering if it would be better/
> easier if we just removed the nested functions?  They're only in
> dsp.c and radio.c and it would be trivial to change them.
>
> The less non-standard C we use the better in my opinion.
>
> -Hardeep
>


Reply via email to