magic/lef
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 Implemented a new configuration variable "dist_prefix" for 2020-01-28 10:40:01 -05:00
defRead.c lef: constify remaining .data into .rodata 2025-02-22 21:48:17 -05:00
defWrite.c Ti[GS]etClient() usage enforcement 2025-04-09 14:55:58 -04:00
lef.h lef/*.h: constify string function arguments 2025-02-22 21:48:17 -05:00
lefCmd.c lef: use 'const' with 'rcsid' 2025-02-22 21:48:17 -05:00
lefInt.h Added handling of coordinates in a FOREIGN statement in a LEF 2025-03-29 15:46:23 -04:00
lefRead.c Added handling of coordinates in a FOREIGN statement in a LEF 2025-03-29 15:46:23 -04:00
lefTech.c lef: constify strings in data structures of lef module 2025-02-22 21:48:17 -05:00
lefWrite.c Ti[GS]etClient() usage enforcement 2025-04-09 14:55:58 -04:00
tcllef.c K&R lef/*.c: bulk forward reference function prototype conversion 2025-02-22 21:48:17 -05:00