mirror of
https://github.com/TokTok/c-toxcore
synced 2026-07-29 16:09:20 +00:00
We no longer allow `int a, b;`. In the few cases where we used it, we instead better * limit the scope of the identifier (e.g. in a for-init-decl) * split the line and have 2 separate declarators, because the identifiers designate different types of things (e.g. friend numbers and group numbers).