Rename ECMA_CHAR_NULL to LIT_CHAR_NULL, move it to jerry-core/lit/lit-char-helpers.h.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
@@ -253,7 +253,7 @@ lit_utf8_iterator_read_code_unit_and_increment (lit_utf8_iterator_t *buf_iter_p)
|
||||
}
|
||||
|
||||
JERRY_ASSERT (false);
|
||||
return ECMA_CHAR_NULL;
|
||||
return LIT_CHAR_NULL;
|
||||
} /* lit_utf8_iterator_read_code_unit_and_increment */
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user