Skip to content

Commit 25ad42f

Browse files
committed
missed these need_* variables
1 parent e469ffb commit 25ad42f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stdlib/public/stubs/Stubs.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,9 +438,9 @@ static long double swift_strtold_l(const char *nptr, char **endptr,
438438
}
439439
#endif
440440

441-
#undef need_swift_strtod_l
442-
#undef need_swift_strtof_l
443-
#undef need_swift_strtold_l
441+
#undef NEED_SWIFT_STRTOD_L
442+
#undef NEED_SWIFT_STRTOF_L
443+
#undef NEED_SWIFT_STRTOLD_L
444444

445445
static inline void _swift_set_errno(int to) {
446446
#if defined(_WIN32)

0 commit comments

Comments
 (0)