csharp module added

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4376 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Tiger Feng 2003-02-21 20:34:52 +00:00
commit 22290a6768
3 changed files with 72 additions and 1 deletions

View file

@ -824,3 +824,12 @@ int CSHARP::insertDirective(Node *n) {
}
return SWIG_OK;
}
/* -----------------------------------------------------------------------------
* swig_csharp() - Instantiate module
* ----------------------------------------------------------------------------- */
extern "C" Language *
swig_csharp(void) {
return new CSHARP();
}