Simplify the signature of the v8 module intializer.

This commit is contained in:
Oliver Buchtala 2013-01-08 22:34:38 +01:00
commit 31844ac72a
2 changed files with 3 additions and 3 deletions

View file

@ -386,7 +386,7 @@ fail:
%{
extern "C" {
void $jsname_initialize(v8::Handle<v8::Context> context, v8::Handle<v8::Object> global_obj)
void $jsname_initialize(v8::Handle<v8::Object> global_obj)
{
SWIG_InitializeModule(0);