Hi Paul. > Date: Mon, 16 Jan 2012 14:37:57 -0800 > From: Paul Eggert <[email protected]> > To: Aharon Robbins <[email protected]> > CC: [email protected] > Subject: Re: Rational Range Interpretation patches, 1/3 > > On 01/16/12 12:24, Aharon Robbins wrote: > > +#include <stdbool.h> > > Why was this change needed? None of the other bits of > inserted code use bool.
Lots of the existing code does use it. :-) The hard_locale.h file (which is now no longer needed) did the include of <stdbool.h>. With that file gone, stdbool.h has to be included directly. After all, I assume that you still want the code to compile... :-) Thanks, Arnold
