-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
good first issueGood for newcomersGood for newcomersto doSome update necessary, critical or notSome update necessary, critical or not
Description
To be in accordance with the code style guidelines, which states to stay as close as possible with the C code, I would suggest the following updates for sdlatomic.inc:
Line 42: Rename TSDL_Atomic into TSDL_atomic_t and lower-case Value + also adapt all parameter lists consequently
Line 49 + 87: Rename param. list (oldValue into oldval, ...)
Many param lists: Rename atomic by a and value by v.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersto doSome update necessary, critical or notSome update necessary, critical or not