Add some more consts to get data moved from .data to .rodata
We already had some `const`s but it was still not enough. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
+3
-3
@@ -64,17 +64,17 @@ typedef enum
|
||||
/**
|
||||
* Jerry engine build date
|
||||
*/
|
||||
extern const char *jerry_build_date;
|
||||
extern const char * const jerry_build_date;
|
||||
|
||||
/**
|
||||
* Jerry engine build commit hash
|
||||
*/
|
||||
extern const char *jerry_commit_hash;
|
||||
extern const char * const jerry_commit_hash;
|
||||
|
||||
/**
|
||||
* Jerry engine build branch name
|
||||
*/
|
||||
extern const char *jerry_branch_name;
|
||||
extern const char * const jerry_branch_name;
|
||||
|
||||
#ifdef JERRY_ENABLE_LOG
|
||||
extern int jerry_debug_level;
|
||||
|
||||
Reference in New Issue
Block a user