Differences From Artifact [6b5b5f2268]:
- File generic/tclDate.c — part of check-in [7f6eeb56bd] at 2007-08-06 17:25:49 on branch trunk — * generic/tclGetDate.y: Added a cast to the definition of YYFREE to silence compiler warnings. * generic/tclDate.c: Regenerated * win/tclWinTest.c: Added a cast to the call to GetSecurityDescriptorDacl to silence compiler warnings. (user: kennykb size: 74071) [more...]
To Artifact [47be7ec3c6]:
- File generic/tclDate.c — part of check-in [af93d720f5] at 2008-05-04 07:28:46 on branch trunk — CONST -> const (user: nijtmans size: 74071) [more...]
| ︙ | |||
2675 2676 2677 2678 2679 2680 2681 | 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 | - + |
}
int
TclClockOldscanObjCmd(
ClientData clientData, /* Unused */
Tcl_Interp *interp, /* Tcl interpreter */
int objc, /* Count of paraneters */
|
| ︙ |