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:
Ruben Ayrapetyan
2015-07-02 16:39:35 +03:00
parent 2a78d24fce
commit e8659f373c
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -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 */
/**