fixfixstrtod.sh at [0e51e4f7c3]

File tcl/patchscripts/fixfixstrtod.sh artifact 4449fd2e8d part of check-in 0e51e4f7c3


#! /usr/bin/env 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'