OVMS3/OVMS.V3/components/duktape/config/config-options/DUK_USE_REPL_SIGNBIT.yaml

13 lines
310 B
YAML

define: DUK_USE_REPL_SIGNBIT
introduced: 1.0.0
default: false
tags:
- portability
description: >
Provide a built-in replacement for signbit(), duk_repl_signbit.
When enabled, define DUK_SIGNBIT as duk_repl_signbit.
# XXX: the dependency between DUK_USE_REPL_SIGNBIT and DUK_SIGNBIT
# is a bit awkward.