Added linkage variable as an int. This is a wild-guess
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@313 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c553b7a53f
commit
ef2d1f1d89
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ private:
|
|||
char *prefix;
|
||||
char *module;
|
||||
char *package;
|
||||
int linkage;
|
||||
void get_pointer(char *iname, int parm, DataType *t, WrapperFunction &f);
|
||||
void usage_var(char *, DataType *, String &usage);
|
||||
void usage_func(char *, DataType *, ParmList *, String &usage);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue