Fixes ENABLE_AMALGAM need FORCE set to ON when building with MSVC (#4392)
JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com
This commit is contained in:
@@ -325,7 +325,7 @@ ecma_date_week_day (ecma_number_t time) /**< time value */
|
||||
*
|
||||
* @return local time zone adjustment
|
||||
*/
|
||||
inline ecma_number_t JERRY_ATTR_ALWAYS_INLINE
|
||||
extern inline ecma_number_t JERRY_ATTR_ALWAYS_INLINE
|
||||
ecma_date_local_time_zone_adjustment (ecma_number_t time) /**< time value */
|
||||
{
|
||||
return jerry_port_get_local_time_zone_adjustment (time, true);
|
||||
@@ -574,7 +574,7 @@ ecma_date_time_clip (ecma_number_t time) /**< time value */
|
||||
*
|
||||
* @return timezone offset
|
||||
*/
|
||||
inline ecma_number_t JERRY_ATTR_ALWAYS_INLINE
|
||||
extern inline ecma_number_t JERRY_ATTR_ALWAYS_INLINE
|
||||
ecma_date_timezone_offset (ecma_number_t time) /**< time value */
|
||||
{
|
||||
JERRY_ASSERT (!ecma_number_is_nan (time));
|
||||
|
||||
Reference in New Issue
Block a user