Differences From Artifact [56f1cb4974]:
- File tcl/patchscripts/win32-32bit-timet.sh — part of check-in [8b02cd8c92] at 2012-05-06 22:15:25 on branch trunk — Updated to always define _USE_32BIT_TIME_T in tcl.h, required to fix [cb7ed6affe] (user: rkeene, size: 147) [annotate] [blame] [check-ins using]
To Artifact [ecac082458]:
- File tcl/patchscripts/win32-32bit-timet.sh — part of check-in [1e19f573c8] at 2012-05-06 22:21:16 on branch trunk — Minor update to clean-up warnings (user: rkeene, size: 196) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 | + + | #! /usr/bin/env bash ( echo '#ifndef _USE_32BIT_TIME_T' echo '#define _USE_32BIT_TIME_T 1' echo '#endif' cat generic/tcl.h ) > generic/tcl.h.new cat generic/tcl.h.new > generic/tcl.h exit 0 |