Re: [Autogen-users] problem with auto-opts definition element . . .
Brought to you by:
bkorb
From: Dave H. <dav...@gm...> - 2011-03-25 01:31:46
|
On Fri, Mar 25, 2011 at 1:12 AM, Geof Sawaya <Geo...@ut...> wrote: > flag = { > name = bound; > value = B; > descrip = "Enable bounded mixing"; > //ifdef = CONFIG_BOUNDED_MIXING; > arg-type = number; > }; > > If I use the 'ifdef' clause of the flag definition I get the following problem when compiling: > > sched-opt.c:375: error: expected unqualified-id before ‘__null’ I think this has already been fixed in the latest Autogen. Note I have a twisted pespective as I am accustomed to using bleeding-edge autogen, often prerelease. Which version do you see the problem with? I'm using 5.11.6. Cheers, Dave Hart |