mirror of https://github.com/svaarala/duktape.git
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
348 B
11 lines
348 B
define: DUK_USE_FLEX_ZEROSIZE
|
|
introduced: 1.0.0
|
|
default: false
|
|
tags:
|
|
- portability
|
|
description: >
|
|
Use a zero element array to define variable size structures. This is not
|
|
fully portable but works with some compilers and is preferred over using
|
|
a one element array.
|
|
|
|
# FIXME: currently unused, remove or mark unused so doesn't get emitted?
|
|
|