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:
Roland Takacs
2015-12-24 17:24:46 +03:00
committed by Peter Gal
parent f932b7d48c
commit 21f561f8ef
36 changed files with 2603 additions and 3134 deletions
+1 -1
View File
@@ -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);
}