From bd0b0ae8367bb2d5a7c8e3e3fb0a232cdef95836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Tue, 7 Mar 2006 21:25:28 +0000 Subject: [PATCH] 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 --- Source/Modules/guile.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Modules/guile.cxx b/Source/Modules/guile.cxx index 56c665cd4..99c366e9f 100644 --- a/Source/Modules/guile.cxx +++ b/Source/Modules/guile.cxx @@ -433,7 +433,6 @@ public: } Printv(module_func,module_name,NIL); - if (goops) Replaceall(module_func,"-", "_"); switch (linkage) {