Eliminated Workshop5.0 warnings

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@476 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-06-15 22:39:33 +00:00
commit 2bff7e2491
7 changed files with 72 additions and 72 deletions

View file

@ -61,9 +61,9 @@ protected:
public :
PYTHON() {
module = (char *) 0;
path = "python"; // Set this to subdirectory where language
path = (char*)"python"; // Set this to subdirectory where language
// Dependent library files will be stored
global_name = "cvar";
global_name = (char*)"cvar";
shadow = 0;
have_defarg = 0;
import_file = 0;