Slash, burn, crash, crumble. Don't mind me.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@279 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-02-27 03:47:17 +00:00
commit 5ea3f52041
13 changed files with 88 additions and 317 deletions

View file

@ -404,7 +404,7 @@ void JAVA::headers(void)
// Include header file code fragment into the output
// if (file::include("java.swg",f_header) == -1) {
if (insert_file("java.swg",f_header) == -1) {
if (Swig_insert_file("java.swg",f_header) == -1) {
fprintf(stderr,"Fatal Error. Unable to locate 'java.swg'.\n");
SWIG_exit(1);
}