Show More
@@ -6,12 +6,12 b'' | |||
|
6 | 6 | * This software may be used and distributed according to the terms of |
|
7 | 7 | * the GNU General Public License, incorporated herein by reference. |
|
8 | 8 | */ |
|
9 | #include <Python.h> | |
|
10 | ||
|
9 | 11 | #include <assert.h> |
|
10 | 12 | #include <string.h> |
|
11 | 13 | #include <stdlib.h> |
|
12 | 14 | |
|
13 | #include <Python.h> | |
|
14 | ||
|
15 | 15 | /* VC9 doesn't include bool and lacks stdbool.h based on my searching */ |
|
16 | 16 | #ifdef _MSC_VER |
|
17 | 17 | #define true 1 |
General Comments 0
You need to be logged in to leave comments.
Login now