The "endif" patch fixes two "extra tokens at end of #endif directive" warnings by commenting out the extra tokens (as they should be).
The "typedef" patch removes a bunch of extraneous typedef and so fixes "typedef requires a name" warning on enums and "declaration does not declare anything" on structs.
endif.patch (689 Bytes)
typedef.patch (4.55 KB)
The "endif" patch fixes two "extra tokens at end of #endif directive" warnings by commenting out the extra tokens (as they should be).
The "typedef" patch removes a bunch of extraneous typedef and so fixes "typedef requires a name" warning on enums and "declaration does not declare anything" on structs.
<endif.patch>
Committed revision 107793.
<typedef.patch>
Committed revision 107794.