Switching from 'echa_char_t*' to 'const ecma_char_t*' where appropriate.

This commit is contained in:
Ruben Ayrapetyan
2014-07-30 14:20:20 +04:00
parent 56daef38eb
commit f8743a1375
10 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -474,7 +474,7 @@ typedef struct
ecma_value_t base;
/** referenced name value pointer */
ecma_char_t *referenced_name_p;
const ecma_char_t *referenced_name_p;
/** strict reference flag */
bool is_strict;