You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
331 B

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