Artifact ecac08245828f7d0d9b31ef5fd78bcc9c4d9c49b:
- 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]
#! /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