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
308 B

define: DUK_USE_VARIADIC_MACROS
introduced: 1.0.0
default: true
tags:
- portability
description: >
Compiler supports C99-style variadic macros. Highly recommended to enable
when possible.
When disabled, Duktape needs to resort to various hacks to work around
missing support for variadic macros.