Change 'mem' namspace to 'jmem'
The 'mem_' prefix is too general, so it might clash with symbols in other libraries. Renamed the directory, file, funtion and type names. Related issue: #1052 JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
@@ -107,7 +107,7 @@ project (JerryCore C ASM)
|
||||
${CMAKE_SOURCE_DIR}/jerry-core
|
||||
${CMAKE_SOURCE_DIR}/jerry-core/lit
|
||||
${CMAKE_SOURCE_DIR}/jerry-core/rcs
|
||||
${CMAKE_SOURCE_DIR}/jerry-core/mem
|
||||
${CMAKE_SOURCE_DIR}/jerry-core/jmem
|
||||
${CMAKE_SOURCE_DIR}/jerry-core/vm
|
||||
${CMAKE_SOURCE_DIR}/jerry-core/ecma/builtin-objects
|
||||
${CMAKE_SOURCE_DIR}/jerry-core/ecma/base
|
||||
@@ -125,7 +125,7 @@ project (JerryCore C ASM)
|
||||
file(GLOB SOURCE_CORE_API *.c)
|
||||
file(GLOB SOURCE_CORE_LIT lit/*.c)
|
||||
file(GLOB SOURCE_CORE_RCS rcs/*.c)
|
||||
file(GLOB SOURCE_CORE_MEM mem/*.c)
|
||||
file(GLOB SOURCE_CORE_MEM jmem/*.c)
|
||||
file(GLOB SOURCE_CORE_VM vm/*.c)
|
||||
file(GLOB SOURCE_CORE_ECMA_BUILTINS ecma/builtin-objects/*.c)
|
||||
file(GLOB SOURCE_CORE_ECMA_BASE ecma/base/*.c)
|
||||
|
||||
Reference in New Issue
Block a user