Add %inline %{ ... %}
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6104 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1d28faeb49
commit
9bf7c2385b
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
||||||
%module static_array_member
|
%module static_array_member
|
||||||
|
|
||||||
%nodefault;
|
%nodefault;
|
||||||
|
%inline %{
|
||||||
class RB {
|
class RB {
|
||||||
static char *rberror[];
|
static char *rberror[];
|
||||||
};
|
};
|
||||||
|
%}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue