Daniel Kurtz djkurtz@chromium.org writes:
The following minor changes were needed to these headers:
- Convert // comments to /* */
- No , after final member of enum
With these changes, these header files can be included by a program that is built with gcc options: -std=c89 -Werror -pedantic
Just noticed this still in my todo pile and pushed it. Sorry for the delay!