summaryrefslogtreecommitdiffstats
path: root/src/mapi/u_compiler.h
Commit message (Collapse)AuthorAgeFilesLines
* mapi: remove u_compiler.hBrian Paul2015-03-041-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 macrosBrian Paul2015-03-041-21/+1
| | | | | | The next step is to get rid of u_compiler.h completely. Reviewed-by: Jose Fonseca <[email protected]>
* mapi: replace INLINE with inlineBrian Paul2015-03-041-6/+0
| | | | Reviewed-by: Jose Fonseca <[email protected]>
* build: Move src/mapi/mapi/* to src/mapi/Matt Turner2013-04-151-0/+33
Tested-by: Emil Velikov <[email protected]> Reviewed-and-Tested-by: Andreas Boll <[email protected]> Reviewed-by: Jordan Justen <[email protected]>