magic/drc
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
..
DRCarray.c GCC14: warning: missing braces around initializer 2024-10-09 21:12:55 -04:00
DRCbasic.c Corrected the run-length wide-spacing rule so that it correctly 2024-12-12 14:10:03 -05:00
DRCcif.c Ti[GS]etClient() usage enforcement 2025-04-09 14:55:58 -04:00
DRCcontin.c Added the ability to read compressed .mag files (writing is not yet 2022-11-02 17:12:46 -04:00
DRCextend.c Ti[GS]etClient() usage enforcement 2025-04-09 14:55:58 -04:00
DRCmain.c Added the ability to track the first CellDef to fail to read and 2024-04-29 17:43:37 -04:00
DRCprint.c Corrected one array overrun error caused by using the command 2023-06-26 20:47:37 -04:00
DRCsubcell.c GCC14: warning: missing braces around initializer 2024-10-09 21:12:55 -04:00
DRCtech.c gcc11 -Wall -Wpedantic cleanup 2025-01-06 16:12:11 +00:00
Makefile Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
drc.h Corrected the run-length wide-spacing rule so that it correctly 2024-12-12 14:10:03 -05:00