Lot's of cleanup. Removed some more source files. Migrated more functionality to C.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@494 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-06-18 20:34:21 +00:00
commit 243ef9cfee
21 changed files with 241 additions and 482 deletions

View file

@ -258,7 +258,7 @@ void PYTHON::print_methods() {
void PYTHON::headers(void)
{
emit_banner(f_runtime);
Swig_banner(f_runtime);
fprintf(f_runtime,"/* Implementation : PYTHON */\n\n");
fprintf(f_runtime,"#define SWIGPYTHON\n");