Re: i-ring: needs stdbool

2007-03-12 Thread Jim Meyering
Bruno Haible <[EMAIL PROTECTED]> wrote: > The i-ring.h file includes . Therefore it should depend on > the 'stdbool' module. Currently it gives an error on Solaris 10 for example: > > cc -xarch=v9 -O -DHAVE_CONFIG_H -I. -I.. -g -c i-ring.c > "/usr/include/stdbool.h", line 42: #error: "Use of

i-ring: needs stdbool

2007-03-11 Thread Bruno Haible
The i-ring.h file includes . Therefore it should depend on the 'stdbool' module. Currently it gives an error on Solaris 10 for example: cc -xarch=v9 -O -DHAVE_CONFIG_H -I. -I.. -g -c i-ring.c "/usr/include/stdbool.h", line 42: #error: "Use of is valid only in a c99 compilation environment."