Refactor literal-storage to not use C++ features
JerryScript-DCO-1.0-Signed-off-by: Roland Takacs rtakacs.u-szeged@partner.samsung.com
This commit is contained in:
@@ -64,7 +64,7 @@ clear_temp_buffer (void)
|
||||
static const char *
|
||||
lit_cp_to_str (lit_cpointer_t cp)
|
||||
{
|
||||
literal_t lit = lit_get_literal_by_cp (cp);
|
||||
lit_literal_t lit = lit_get_literal_by_cp (cp);
|
||||
return lit_literal_to_str_internal_buf (lit);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user