Removed dependency on the Hash object
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@290 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b8cf4fefa6
commit
b62c688906
10 changed files with 110 additions and 101 deletions
|
|
@ -35,7 +35,8 @@ protected:
|
|||
int use_kw;
|
||||
int noopt;
|
||||
FILE *f_shadow;
|
||||
Hash hash;
|
||||
DOH *hash;
|
||||
DOH *symbols;
|
||||
String classes;
|
||||
String func;
|
||||
String vars;
|
||||
|
|
@ -68,6 +69,8 @@ public :
|
|||
import_file = 0;
|
||||
use_kw = 0;
|
||||
noopt = 0;
|
||||
hash = NewHash();
|
||||
symbols = NewHash();
|
||||
};
|
||||
|
||||
// Don't change any of this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue