On Fri, Aug 06, 2010 at 12:56:28PM -0700, Michael Elkins wrote: > On Fri, Aug 06, 2010 at 02:34:35PM -0500, Will Fiveash wrote: > >browser.c:168: error: `true' undeclared (first use in this function) > >browser.c:168: error: (Each undeclared identifier is reported only once > >browser.c:168: error: for each function it appears in.) > >browser.c:174: error: `false' undeclared (first use in this function) > > Apologies. My SOP is using -std=c99 so I didn't notice this. Fixed > in 2cdedaa9e7f1.
That fixed my compile problem, thanks. -- Will Fiveash
