mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Changing size of ecma_Char_t to 1 byte.
This commit is contained in:
parent
dd5c9dfb39
commit
0a87643eb6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user