Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca9400f

Browse files
committed
Copy Sun-specific inclusion of <alloca.h> from 2.7 maint to trunk; it seems to not have been merged to py3k.
1 parent f71ed9b commit ca9400f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Modules/_ctypes/ctypes.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#if defined (__SVR4) && defined (__sun)
2+
# include <alloca.h>
3+
#endif
4+
15
#ifndef MS_WIN32
26
#define max(a, b) ((a) > (b) ? (a) : (b))
37
#define min(a, b) ((a) < (b) ? (a) : (b))

0 commit comments

Comments
 (0)