Fix failed build using gcc-4.9.2
JerryScript-DCO-1.0-Signed-off-by: Evgeny Gavrin e.gavrin@samsung.com
This commit is contained in:
@@ -71,7 +71,7 @@ typedef enum
|
|||||||
*
|
*
|
||||||
* @see mem_init_block_header
|
* @see mem_init_block_header
|
||||||
*/
|
*/
|
||||||
typedef enum class : uint8_t
|
typedef enum : uint8_t
|
||||||
{
|
{
|
||||||
ONE_CHUNKED, /**< one-chunked block (See also: mem_heap_alloc_chunked_block) */
|
ONE_CHUNKED, /**< one-chunked block (See also: mem_heap_alloc_chunked_block) */
|
||||||
GENERAL /**< general (may be multi-chunk) block */
|
GENERAL /**< general (may be multi-chunk) block */
|
||||||
|
|||||||
Reference in New Issue
Block a user