From 0289f967efd88022efa4ef4d3e5851225d903a88 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 1 Oct 2015 15:10:06 +0100 Subject: make interface operations with elipsis parameters output line directives --- src/duk-libdom-interface.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') 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, -- cgit v1.2.3