polardbxengine/extra/duktape/duktape-2.3.0/config/config-options/DUK_USE_REPL_SIGNBIT.yaml

13 lines
312 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.
# FIXME: the dependency between DUK_USE_REPL_SIGNBIT and DUK_SIGNBIT
# is a bit awkward.