Kaydet (Commit) 8f0aae54 authored tarafından Victor Stinner's avatar Victor Stinner

(Merge 3.3) ctypes: AIX needs an explicit #include <alloca.h> to get alloca()

......@@ -70,6 +70,7 @@
#include <ffi.h>
#include "ctypes.h"
#include <alloca.h>
#if defined(_DEBUG) || defined(__MINGW32__)
/* Don't use structured exception handling on Windows if this is defined.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment