From cf89528fc6668e6d07b6e99db0069c9fe1f6e05d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 2 Aug 2015 18:30:18 +0100 Subject: Update the webidl parser to cope with specials and overloaded methods --- test/data/bindings/browser-duk.bnd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/data/bindings') diff --git a/test/data/bindings/browser-duk.bnd b/test/data/bindings/browser-duk.bnd index 513ad99..d0c2c41 100644 --- a/test/data/bindings/browser-duk.bnd +++ b/test/data/bindings/browser-duk.bnd @@ -14,7 +14,8 @@ binding duk_libdom { webidl "uievents.idl"; webidl "console.idl"; - preface %{ + preface +%{ /* DukTape JavaScript bindings for NetSurf browser * * Copyright 2015 Vincent Sanders @@ -22,7 +23,7 @@ binding duk_libdom { * Released under the terms of the MIT License, * http://www.opensource.org/licenses/mit-license */ - %}; +%}; prologue %{ /* binding prologue */ -- cgit v1.2.3