From 72ce13a63ab76428ddbf6662b2bf6296f508f19f Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Wed, 5 Aug 2015 23:35:40 +0300 Subject: [PATCH] Change type of MEM_CP_NULL to mem_cpointer_t. JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com --- jerry-core/mem/mem-allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jerry-core/mem/mem-allocator.h b/jerry-core/mem/mem-allocator.h index e591d98d3..4acc16072 100644 --- a/jerry-core/mem/mem-allocator.h +++ b/jerry-core/mem/mem-allocator.h @@ -36,7 +36,7 @@ typedef uint16_t mem_cpointer_t; /** * Representation of NULL value for compressed pointers */ -#define MEM_CP_NULL 0 +#define MEM_CP_NULL ((mem_cpointer_t) 0) /** * Required alignment for allocated units/blocks