Put the SWIG_V8_VERSION macro into "runtime" block.

This commit is contained in:
Oliver Buchtala 2013-09-04 17:55:44 +02:00
commit 315287b656

View file

@ -5,7 +5,7 @@
* ----------------------------------------------------------------------------- */
%define %swig_v8_define_version(version)
%begin %{
%insert("runtime") %{
#ifndef SWIG_V8_VERSION
#define SWIG_V8_VERSION version
#endif