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.
10 lines
379 B
10 lines
379 B
define: DUK_OPT_DECLARE
|
|
introduced: 1.0.0
|
|
tags:
|
|
- portability
|
|
description: >
|
|
Provide declarations or additional preprocessor include directives to be
|
|
used when compiling Duktape. You may need this if you set
|
|
DUK_OPT_PANIC_HANDLER to call your own panic handler function. You can
|
|
also use this option to cause additional files to be included when compiling
|
|
Duktape.
|
|
|