Remove dependency on C99 stdbool.h header
-----------------------------------------

                 Key: AVRO-861
                 URL: https://issues.apache.org/jira/browse/AVRO-861
             Project: Avro
          Issue Type: Bug
          Components: c
    Affects Versions: 1.6.0
            Reporter: Douglas Creager
            Assignee: Douglas Creager
            Priority: Minor


Buildbot raised on error on Solaris, saying that the stdbool.h header is only 
allowed in C99 code.  Bruce pointed out that it would be safer and more 
portable to not rely on any C99 standards if we don't have to.  In this case, 
it's easy enough to replace bool with int, true with 1, and false with 0.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to