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:
parent
c6de639fa7
commit
22290a6768
3 changed files with 72 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue