Differences From Artifact [26b0fd21c2]:
- File generic/tclOpts.h — part of check-in [3dcd70f98e] at 2023-04-30 16:07:43 on branch TEA — Moved files to subdirectories per TEA directory structure. (user: bohagan, size: 1422) [annotate] [blame] [check-ins using] [more...]
- File tclOpts.h — part of check-in [e02b79f82f] at 2023-04-30 02:08:22 on branch TEA — Format clean-ups. (user: bohagan, size: 1422) [annotate] [blame] [check-ins using]
To Artifact [fee5089a30]:
- File generic/tclOpts.h — part of check-in [c740ba0cb8] at 2023-09-23 22:37:42 on branch trunk — Updates for TCL 9.0 and Tcl_Size change (user: bohagan, size: 1434) [annotate] [blame] [check-ins using]
︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | - + | #define OPTOBJ(option, var) \ OPT_PROLOG(option) \ var = objv[idx]; \ OPT_POSTLOG() #define OPTSTR(option, var) \ OPT_PROLOG(option) \ |
︙ |