mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
* Doc comment improvements * update `compression/qoi.c3` to use const enums * revert sweeping doc comment changes that impacted readability for now * Some tweaks. --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
This commit is contained in:
@@ -52,8 +52,10 @@ union EpollData
|
||||
|
||||
struct EpollEvent @packed
|
||||
{
|
||||
uint events; /* Epoll events */
|
||||
EpollData data; /* User data variable */
|
||||
<* Epoll events *>
|
||||
uint events;
|
||||
<* User data variable *>
|
||||
EpollData data;
|
||||
}
|
||||
|
||||
struct EpollParams
|
||||
@@ -62,7 +64,7 @@ struct EpollParams
|
||||
ushort busy_poll_budget;
|
||||
char prefer_busy_poll;
|
||||
|
||||
/* pad the struct to a multiple of 64bits */
|
||||
<* pad the struct to a multiple of 64bits *>
|
||||
char __pad;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user