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.
 
 
 
 
 
 

11 lines
298 B

define: DUK_USE_UNION_INITIALIZERS
introduced: 1.5.0
default: false
tags:
- portability
description: >
Compiler supports C99-style designated union initializers, e.g.
{ .foo = 123 }.
When disabled, Duktape sometimes needs to resort to less efficient struct
initializers for portability.