Revert "fix! set lsan options"

This reverts commit 6299332349.
This commit is contained in:
ZyX
2017-12-03 16:53:29 +03:00
parent 7af8601db4
commit 6bc54832ef
2 changed files with 1 additions and 2 deletions

View File

@@ -316,7 +316,7 @@ int encode_read_from_list(ListReaderState *const state, char *const buf,
#define TYPVAL_ENCODE_CONV_FLOAT(tv, flt) \
do { \
const float_T flt_ = (flt); \
switch (fpclassify((double)flt_)) { \
switch (fpclassify(flt_)) { \
case FP_NAN: { \
ga_concat(gap, (char_u *) "str2float('nan')"); \
break; \