magic/resis
Darryl L. Miles 606f37cc80 Ti[GS]etClient() usage enforcement
All naked access to `ti_client` now uses the function-like-macro
to encapsulate this action.  This macro existed before this just
makes all sites utilize it.

Added additional INT and PTR variants to remove the programmer
load on thinking about casing and casts polluting the point
of use.  So the use now looks cleaner.

Equivalent prototypes:

 void TiSetClient(Tile*, ClientData)
 void TiSetClientINT(Tile*, intptr_t) /* pointertype */
 void TiSetClientPTR(Tile*, void*)

 ClientData TiGetClient(Tile*)
 intptr_t TiGetClientINT(Tile*) /* pointertype */
 void *TiGetClientPTR(Tile*)
2025-04-09 14:55:58 -04:00
..
Makefile Corrected CalmaRead to remove a syntax error that managed to end up in 2021-06-06 21:44:52 -04:00
ResBasic.c Ti[GS]etClient() usage enforcement 2025-04-09 14:55:58 -04:00
ResChecks.c Additional changes, almost all stylistic, to make the resis/ section 2021-05-26 22:34:36 -04:00
ResDebug.c gcc11 -Wall -Wpedantic cleanup 2025-01-06 16:12:11 +00:00
ResFract.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
ResJunct.c Ti[GS]etClient() usage enforcement 2025-04-09 14:55:58 -04:00
ResMain.c Ti[GS]etClient() usage enforcement 2025-04-09 14:55:58 -04:00
ResMakeRes.c Ti[GS]etClient() usage enforcement 2025-04-09 14:55:58 -04:00
ResMerge.c Ti[GS]etClient() usage enforcement 2025-04-09 14:55:58 -04:00
ResPrint.c Added a fallback method for "extresist" whenever a device terminal 2025-01-15 10:38:10 -05:00
ResReadSim.c ResReadSim.c remove existing fclose() as conflict with recent change 2025-02-23 10:23:51 -05:00
ResRex.c CodeQL MemoryMayNotBeFreed.ql ResRex.c ResCheckSimNodes() 2025-02-22 21:35:23 -05:00
ResSimple.c 12 x warning: suggest parentheses around '&&' within '||' 2024-10-09 21:12:55 -04:00
ResUtils.c Ti[GS]etClient() usage enforcement 2025-04-09 14:55:58 -04:00
ResWrite.c Additional changes, almost all stylistic, to make the resis/ section 2021-05-26 22:34:36 -04:00
resis.h Added a fallback method for "extresist" whenever a device terminal 2025-01-15 10:38:10 -05:00