Skip to content

Commit cb00b27

Browse files
committed
Fix failed build using gcc-4.9.2
JerryScript-DCO-1.0-Signed-off-by: Evgeny Gavrin e.gavrin@samsung.com
1 parent 99ecdd4 commit cb00b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jerry-core/mem/mem-heap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ typedef enum
7171
*
7272
* @see mem_init_block_header
7373
*/
74-
typedef enum class : uint8_t
74+
typedef enum : uint8_t
7575
{
7676
ONE_CHUNKED, /**< one-chunked block (See also: mem_heap_alloc_chunked_block) */
7777
GENERAL /**< general (may be multi-chunk) block */

0 commit comments

Comments
 (0)