zephyr/include/misc
Mark Ruvald Pedersen f0e2e1bccb portability: Remove C99-illegal semicolons from the global scope
This commit touches the C codebase and the python syscall generator.

The Z_GENLIST-macros expand to whole functions. Once expanded by the
preprocessor we notice a semicolon is put after the function body. But
ISO C99 does not allow extra ‘;’ outside of a function. Though this is
accepted by GCC with GNU extensions, it is not by Clang.

Signed-off-by: Mark Ruvald Pedersen <mped@oticon.com>
2018-09-28 07:57:28 +05:30
..
__assert.h kernel: Using boolean types for boolean constants 2018-09-28 06:28:41 +05:30
byteorder.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
dlist.h misc: dlist: Using boolean expressions 2018-09-28 06:28:41 +05:30
errno_private.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
libc-hooks.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
list_gen.h misc: list_gen: Using boolean expressions 2018-09-28 06:28:41 +05:30
mempool.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
mempool_base.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
printk.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
rb.h kernel: sched: Change boolean APIs to return bool 2018-09-28 06:28:41 +05:30
reboot.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
ring_buffer.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
sflist.h portability: Remove C99-illegal semicolons from the global scope 2018-09-28 07:57:28 +05:30
slist.h portability: Remove C99-illegal semicolons from the global scope 2018-09-28 07:57:28 +05:30
stack.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
util.h kernel: Using boolean types for boolean constants 2018-09-28 06:28:41 +05:30