blob: f4fa4bacb7aaf9908741eedb93104ede8544e0c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- compat/strtod.c.orig 2018-01-20 23:45:36.000000000 -0500
+++ compat/strtod.c 2018-01-20 23:45:57.000000000 -0500
@@ -11,6 +11,7 @@
*/
#include "tclInt.h"
+#undef stdtod
#ifndef TRUE
#define TRUE 1
|