Artifact cdb22906cec7b7eeeb4cf5db0b054e8f1d08de86:
- File tcl/patchscripts/fixfixstrtod.sh — part of check-in [d08ab67dfd] at 2010-10-02 08:40:56 on branch trunk — Added missing file from previous commit (user: rkeene, size: 180) [annotate] [blame] [check-ins using]
#! /bin/bash echo '#undef strtod' > 'compat/strtod.c.new' cat 'compat/strtod.c' >> 'compat/strtod.c.new' cat 'compat/strtod.c.new' > 'compat/strtod.c' rm -f 'compat/strtod.c.new'