Changing size of ecma_Char_t to 1 byte.

This commit is contained in:
Ruben Ayrapetyan 2014-07-17 20:56:20 +04:00
parent dd5c9dfb39
commit 0a87643eb6

View File

@ -325,7 +325,7 @@ typedef struct ecma_Object_t {
/**
* Description of an ecma-character
*/
typedef uint16_t ecma_Char_t;
typedef uint8_t ecma_Char_t;
/**
* Description of an ecma-number