Artifact 701d971009d3b6349827a3f68e41d9a54c0c1b5c:
- File tcl/patchscripts/win32-32bit-timet.sh — part of check-in [ec59145e47] at 2014-04-27 03:06:07 on branch trunk — Updated to not emit output (user: rkeene, size: 297) [annotate] [blame] [check-ins using] [more...]
#! /usr/bin/env bash # Do not run on Win32 if echo '_WIN64' | ${CC:-cc} -E - | grep '^_WIN64$' >/dev/null; then ( 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 fi exit 0