Eric Sunshine patch - Mods to work on NextStep
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5674 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
25f7d19348
commit
11561b2499
20 changed files with 70 additions and 88 deletions
|
|
@ -14,9 +14,6 @@ char cvsroot_csharp_cxx[] = "$Header$";
|
|||
|
||||
#include <limits.h> // for INT_MAX
|
||||
#include "swigmod.h"
|
||||
#ifndef MACSWIG
|
||||
#include "swigconfig.h"
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
|
||||
class CSHARP : public Language {
|
||||
|
|
@ -2021,10 +2018,12 @@ class CSHARP : public Language {
|
|||
* swig_csharp() - Instantiate module
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
extern "C" Language *
|
||||
swig_csharp(void) {
|
||||
static Language * new_swig_csharp() {
|
||||
return new CSHARP();
|
||||
}
|
||||
extern "C" Language * swig_csharp(void) {
|
||||
return new_swig_csharp();
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* Static member variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue