Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mapi: remove u_compiler.h | Brian Paul | 2015-03-04 | 1 | -7/+0 |
| | | | | | | Just include c99_compat.h or util/macros.h where needed. Reviewed-by: Jose Fonseca <[email protected]> | ||||
* | mapi: use util/macros.h instead of locally defined macros | Brian Paul | 2015-03-04 | 1 | -21/+1 |
| | | | | | | The next step is to get rid of u_compiler.h completely. Reviewed-by: Jose Fonseca <[email protected]> | ||||
* | mapi: replace INLINE with inline | Brian Paul | 2015-03-04 | 1 | -6/+0 |
| | | | | Reviewed-by: Jose Fonseca <[email protected]> | ||||
* | build: Move src/mapi/mapi/* to src/mapi/ | Matt Turner | 2013-04-15 | 1 | -0/+33 |
Tested-by: Emil Velikov <[email protected]> Reviewed-and-Tested-by: Andreas Boll <[email protected]> Reviewed-by: Jordan Justen <[email protected]> |