diff -r 6c588299d8c7 -r f3e0060afaae Python/pystrtod.c --- a/Python/pystrtod.c Thu Mar 19 14:41:17 2015 -0500 +++ b/Python/pystrtod.c Thu Mar 19 14:49:16 2015 -0500 @@ -165,7 +165,9 @@ { char *fail_pos; double val; +#ifndef __ANDROID__ struct lconv *locale_data; +#endif const char *decimal_point; size_t decimal_point_len; const char *p, *decimal_point_pos;