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:
Evgeny Gavrin
2015-05-15 11:25:57 +03:00
parent 99ecdd4a44
commit 253e172127
+1 -1
View File
@@ -71,7 +71,7 @@ typedef enum
*
* @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) */
GENERAL /**< general (may be multi-chunk) block */