Add missing SWIGSCILAB in wrappers and fix unions test for non-scilab languages

This commit is contained in:
William S Fulton 2015-01-26 21:03:45 +00:00
commit 1fae569960
2 changed files with 8 additions and 18 deletions

View file

@ -195,6 +195,9 @@ public:
/* Output module initialization code */
Swig_banner(beginSection);
Printf(runtimeSection, "\n#define SWIGSCILAB\n");
Printf(runtimeSection, "\n");
// Gateway header source merged with wrapper source in nobuilder mode
if (!generateBuilder)
startGatewayHeader(gatewayLibraryName);