- Module compiled twice to check '-globals .' behaviour - Only one runme.m needed since clearing modules should now be safe for all Octave versions. - Tests new module loading syntax and behaviour git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13089 626c5289-ae23-0410-ae9c-e8d60b6d4f22
9 lines
121 B
OpenEdge ABL
9 lines
121 B
OpenEdge ABL
/* File : example.i */
|
|
/* module name given on cmdline */
|
|
%{
|
|
#include "example.h"
|
|
%}
|
|
|
|
extern "C" int ivar;
|
|
|
|
int ifunc();
|