Rename 'CONFIG_DISABLE_ARRAYBUFFER_BUILTIN' to 'CONFIG_DISABLE_ES2015_ARRAYBUFFER_BUILTIN' (#1687)

JerryScript-DCO-1.0-Signed-off-by: Levente Orban orbanl@inf.u-szeged.hu
This commit is contained in:
Levente Orban
2017-03-24 11:30:23 +01:00
committed by Robert Sipka
parent 8571ebfae5
commit c09ba8cdb3
11 changed files with 21 additions and 21 deletions
@@ -23,7 +23,7 @@
#include "ecma-helpers.h"
#include "jmem.h"
#ifndef CONFIG_DISABLE_ARRAYBUFFER_BUILTIN
#ifndef CONFIG_DISABLE_ES2015_ARRAYBUFFER_BUILTIN
/** \addtogroup ecma ECMA
* @{
@@ -186,4 +186,4 @@ ecma_arraybuffer_get_buffer (ecma_object_t *object_p) /**< pointer to the ArrayB
* @}
* @}
*/
#endif /* !CONFIG_DISABLE_ARRAYBUFFER_BUILTIN */
#endif /* !CONFIG_DISABLE_ES2015_ARRAYBUFFER_BUILTIN */