Fix for module names containing a "-" in non-"shadow" mode.

Patch from Aaron VanDevender (#1441474).


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8984 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matthias Köppe 2006-03-07 21:25:28 +00:00
commit bd0b0ae836

View file

@ -433,7 +433,6 @@ public:
}
Printv(module_func,module_name,NIL);
if (goops)
Replaceall(module_func,"-", "_");
switch (linkage) {