8000 Stackless issue #185: remove defines for alloca · akruis/cpython@3c7c314 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c7c314

Browse files
Anselm KruisAnselm Kruis
authored andcommitted
Stackless issue python#185: remove defines for alloca
Windows specific API compatibility defines don't belong to our headers.
1 parent 8b97fb4 commit 3c7c314

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Stackless/platf/switch_x64_msvc.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424

2525
#define SLP_USE_NATIVE_BITFIELD_LAYOUT 1
2626

27-
#define alloca _alloca
28-
2927
#define STACK_REFPLUS 1
3028
#define STACK_MAGIC 0
3129

Stackless/platf/switch_x86_msvc.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626

2727
#define _SEH32
2828

29-
#define alloca _alloca
30-
3129
#define STACK_REFPLUS 1
3230

3331
/* switching related stuff */

0 commit comments

Comments
 (0)
0