-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Open
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-refactorCode refactoring (with no changes in behavior)Code refactoring (with no changes in behavior)
Description
I think there is no need to check for MS_WINDOWS
macro twice here.
Lines 34 to 43 in bbcb75c
#ifdef MS_WINDOWS | |
# include "malloc.h" // alloca() | |
#endif | |
#ifdef MS_WINDOWS | |
# undef BYTE | |
# include "windows.h" | |
#endif | |
Linked PRs
Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-refactorCode refactoring (with no changes in behavior)Code refactoring (with no changes in behavior)