Artifact 687012d1e4a0113efab51a5587f4f671057e0cca:
- File generic/tclDecls.h — part of check-in [42f4ee15e8] at 2017-05-31 06:59:27 on branch stwo-dev86 — Change the return type of Tcl_WrongNumArgs from void to int and have Tcl_WrongNumArgs always return TCL_ERROR. This is a convenience to the programmer. Most of the time in existing code, a call to Tcl_WrongNumArgs is immediately followed by return TCL_ERROR. Old: Tcl_WrongNumArgs(...); return TCL_ERROR; New: return Tcl_WrongNumArgs(...); (user: stu size: 171703)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.