Removed ability to share type information by C linking

All type sharing happens through a global variable in the target language.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6390 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
John Lenz 2004-10-16 18:23:59 +00:00
commit 4645346381
50 changed files with 204 additions and 1162 deletions

View file

@ -359,10 +359,6 @@ public:
/* Write out directives and declarations */
if (NoInclude) {
Printf(f_runtime, "#define SWIG_NOINCLUDE\n");
}
module = Swig_copy_string(Char(Getattr(n,"name")));
if (CPlusPlus) {