diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-06-06 11:00:26 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-06-06 11:03:29 +0200 |
commit | 8737035999474283a28faa5780f43138f96ab82c (patch) | |
tree | 1cda39629165027d8f2fc7f6c1f0b38780d59bd7 /README | |
parent | cc3dd4534bcbbc750d563992b93b1131410a2a76 (diff) |
themes: simplify empty macros, remove do { } while(0)
Multiple function calls should still be nested in a do { } while(0), but this
is hopefully obvious looking at the other lines.
While testing, gcc with -O0 created the same binary.
clang added a single jmp instruction.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions