py: Fix some macros defines; cleanup some includes.

This commit is contained in:
Damien George
2014-11-05 21:16:41 +00:00
parent be8e99c7d4
commit 7860c2a68a
11 changed files with 14 additions and 14 deletions

View File

@@ -358,7 +358,7 @@ void mp_set_clear(mp_set_t *set) {
set->table = NULL;
}
#if DEBUG_PRINT
#if defined(DEBUG_PRINT) && DEBUG_PRINT
void mp_map_dump(mp_map_t *map) {
for (mp_uint_t i = 0; i < map->alloc; i++) {
if (map->table[i].key != NULL) {