Rewrite parser_boolean_t to bool
And `PARSER_{TRUE,FALSE}` to `{true,false}`.
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
@@ -301,7 +301,7 @@ parser_emit_cbc_call (parser_context_t *context_p, /**< context */
|
||||
*/
|
||||
void
|
||||
parser_emit_cbc_push_number (parser_context_t *context_p, /**< context */
|
||||
int is_negative_number) /**< sign is negative */
|
||||
bool is_negative_number) /**< sign is negative */
|
||||
{
|
||||
uint16_t value = context_p->lit_object.index;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user