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:
parent
2ff8e83a04
commit
243ef9cfee
21 changed files with 241 additions and 482 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue