Diff

Differences From Artifact [cdb22906ce]:

To Artifact [4449fd2e8d]:


1

2
3
4
5
6

1
2
3
4
5
6
-
+





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