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
|
|
@ -399,7 +399,7 @@ void JAVA::set_module(char *mod_name, char **mod_list) {
|
|||
|
||||
void JAVA::headers(void)
|
||||
{
|
||||
emit_banner(f_header); // Print the SWIG banner message
|
||||
Swig_banner(f_header); // Print the SWIG banner message
|
||||
fprintf(f_header,"/* Implementation : Java */\n\n");
|
||||
|
||||
// Include header file code fragment into the output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue