Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a C89 compliance test for the headers. | Tavian Barnes | 2014-06-12 | 1 | -5/+28 |
| | | | | | Technically we still require a couple things from C99 like "bool", but it works with -std=c89 under gcc. | ||||
* | Add a C99 conformance test for the headers. | Tavian Barnes | 2014-06-12 | 1 | -5/+5 |
| | |||||
* | compiler.h: Fix extra semicolon in macro. | Tavian Barnes | 2014-04-23 | 1 | -2/+2 |
| | |||||
* | Add a dmnsn_unreachable() macro. | Tavian Barnes | 2011-11-16 | 1 | -0/+52 |
Also rename inline.h to compiler.h. |