Eric Sunshine patch - Mods to work on NextStep
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5674 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0d99906f68
commit
238e948bbe
20 changed files with 70 additions and 88 deletions
|
|
@ -14,9 +14,6 @@ char cvsroot_java_cxx[] = "$Header$";
|
|||
|
||||
#include <limits.h> // for INT_MAX
|
||||
#include "swigmod.h"
|
||||
#ifndef MACSWIG
|
||||
#include "swigconfig.h"
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
|
||||
/* Hash type used for JNI upcall data */
|
||||
|
|
@ -3281,10 +3278,12 @@ class JAVA : public Language {
|
|||
* swig_java() - Instantiate module
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
extern "C" Language *
|
||||
swig_java(void) {
|
||||
static Language * new_swig_java() {
|
||||
return new JAVA();
|
||||
}
|
||||
extern "C" Language * swig_java(void) {
|
||||
return new_swig_java();
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* Static member variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue