Remove nullptr usages and use NULL instead
Related issue: #119 JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.u-szeged@partner.samsung.com
This commit is contained in:
@@ -68,7 +68,7 @@ char jerry_extension_characters_buffer[CONFIG_EXTENSION_CHAR_BUFFER_SIZE];
|
||||
|
||||
#ifdef JERRY_ENABLE_LOG
|
||||
int jerry_debug_level = 0;
|
||||
FILE *jerry_log_file = nullptr;
|
||||
FILE *jerry_log_file = NULL;
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user