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:
Dave Beazley 2000-02-28 22:56:02 +00:00
commit b62c688906
10 changed files with 110 additions and 101 deletions

View file

@ -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