Artifact [4449fd2e8d]

Artifact 4449fd2e8db33595df5e7535d868e5cdf537667d:


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