aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python/src/Objects/obmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python/src/Objects/obmalloc.c')
-rw-r--r--contrib/tools/python/src/Objects/obmalloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tools/python/src/Objects/obmalloc.c b/contrib/tools/python/src/Objects/obmalloc.c
index 78e974a4c7..6aad6a913f 100644
--- a/contrib/tools/python/src/Objects/obmalloc.c
+++ b/contrib/tools/python/src/Objects/obmalloc.c
@@ -439,6 +439,7 @@ static int running_on_valgrind = -1;
*
* You shouldn't change this unless you know what you are doing.
*/
+
#if SIZEOF_VOID_P > 4
#define ALIGNMENT 16 /* must be 2^N */
#define ALIGNMENT_SHIFT 4