summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-01 15:10:06 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-01 15:10:06 +0100
commit0289f967efd88022efa4ef4d3e5851225d903a88 (patch)
treec242f75bc9e2f0638040f8afc4c99c2e1a4d35c3
parentf9dacddfe39ba67a70890b2bde2e3ddb8d1b0705 (diff)
downloadnsgenbind-0289f967efd88022efa4ef4d3e5851225d903a88.tar.gz
nsgenbind-0289f967efd88022efa4ef4d3e5851225d903a88.tar.bz2
make interface operations with elipsis parameters output line directives
-rw-r--r--src/duk-libdom-interface.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/duk-libdom-interface.c b/src/duk-libdom-interface.c
index 96e41ad..940292e 100644
--- a/src/duk-libdom-interface.c
+++ b/src/duk-libdom-interface.c
@@ -822,10 +822,7 @@ output_interface_elipsis_operation(FILE* outf,
output_get_method_private(outf, interfacee->class_name);
- cdatac = output_cdata(outf,
- operatione->method,
- GENBIND_NODE_TYPE_CDATA);
-
+ cdatac = output_ccode(outf, operatione->method);
if (cdatac == 0) {
/* no implementation so generate default */
WARN(WARNING_UNIMPLEMENTED,