Skip to content

Commit

Permalink
maintenance: reflect type change of Tcl TIP 666 (use Tcl_Size for obj…
Browse files Browse the repository at this point in the history
…ect count in TIP 627)
  • Loading branch information
gustafn committed Nov 14, 2023
1 parent 7fd6822 commit a24fe86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic/nsf.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
* Support for TIP 627
* https://core.tcl-lang.org/tips/doc/trunk/tip/627.md
*/
# define TCL_OBJC_T size_t
# define TCL_OBJC_T Tcl_Size
# define TCL_OBJCMDPROC_T Tcl_ObjCmdProc2
# define TCL_CREATEOBJCOMMAND Tcl_CreateObjCommand2
# define TCL_NRCREATECOMMAND Tcl_NRCreateCommand2
Expand Down

0 comments on commit a24fe86

Please sign in to comment.