Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add _LIBRARY_HEADER | Mattias Andrée | 2015-08-31 | 1 | -3/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | remove parameter names from header files to avoid potential errors on inclusion caused by conflictig macro names | Mattias Andrée | 2015-08-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add _PORTABLE_SOURCE | Mattias Andrée | 2015-08-29 | 1 | -0/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add __C11__, __C99__, __C90__, and __noreturn | Mattias Andrée | 2015-08-29 | 1 | -3/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | only use __attributes__ if compiling with gcc | Mattias Andrée | 2015-08-29 | 1 | -1/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add assert.h | Mattias Andrée | 2015-08-29 | 1 | -0/+95 |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |