On Sunday 15 November 2009 19:53:01 demetrioussha...@netscape.net wrote: > Is there a reason that I should expect to have a problem declaring a > variable as a bool in this file?
Yes. The fact that C does not, unlike C++, has a "bool" type. You can just as well use an "int". There is no difference between bool and int anyway, especially not in C. _______________________________________________ oss-devel mailing list oss-devel@mailman.opensound.com http://mailman.opensound.com/mailman/listinfo/oss-devel