Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 286943 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-9 / +9 lines)
Line  Link Here
0
-- Python-2.6.2/Modules/_ctypes/_ctypes.c.orig 2009-07-27 16:41:12.000000000 -0400
0
++ Python-2.6.2/Modules/_ctypes/_ctypes.c      2009-07-27 16:42:04.000000000 -0400
Lines 125-133 Link Here
125
#else
125
#else
126
# include "ctypes_dlfcn.h"
126
# include "ctypes_dlfcn.h"
127
#endif
127
#endif
128
/* #ifdef HAVE_ALLOCA_H */
128
#ifdef HAVE_ALLOCA_H
129
#include <alloca.h>
129
#include <alloca.h>
130
/* #endif */
130
#endif
131
#include "ctypes.h"
131
#include "ctypes.h"
132
PyObject *PyExc_ArgError;
132
PyObject *PyExc_ArgError;
133
-- Python-2.6.2/Modules/_ctypes/stgdict.c.orig 2009-07-27 16:41:06.000000000 -0400
133
++ Python-2.6.2/Modules/_ctypes/stgdict.c      2009-07-27 16:41:49.000000000 -0400
Lines 8-16 Link Here
8
#include <windows.h>
8
#include <windows.h>
9
#include <malloc.h>
9
#include <malloc.h>
10
#endif
10
#endif
11
/* #ifdef HAVE_ALLOCA_H */
11
#ifdef HAVE_ALLOCA_H
12
#include <alloca.h>
12
#include <alloca.h>
13
/* #endif */
13
#endif
14
#include "ctypes.h"
14
#include "ctypes.h"
15
/******************************************************************/
15
/******************************************************************/
16
-- Python-2.6.2/Modules/_ctypes/callproc.c.orig        2009-07-27 16:41:00.000000000 -0400
16
++ Python-2.6.2/Modules/_ctypes/callproc.c     2009-07-27 16:41:24.000000000 -0400
Lines 73-81 Link Here
73
#include <malloc.h>
73
#include <malloc.h>
74
#endif
74
#endif
75
/* #ifdef HAVE_ALLOCA_H */
75
#ifdef HAVE_ALLOCA_H
76
#include <alloca.h>
76
#include <alloca.h>
77
/* #endif */
77
#endif
78
#include <ffi.h>
78
#include <ffi.h>
79
#include "ctypes.h"
79
#include "ctypes.h"

Return to bug 286943