We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ecdd4 commit e26815fCopy full SHA for e26815f
jerry-core/mem/mem-heap.cpp
@@ -71,7 +71,7 @@ typedef enum
71
*
72
* @see mem_init_block_header
73
*/
74
-typedef enum class : uint8_t
+typedef enum : uint8_t
75
{
76
ONE_CHUNKED, /**< one-chunked block (See also: mem_heap_alloc_chunked_block) */
77
GENERAL /**< general (may be multi-chunk) block */
0 commit comments