Changed the handling of types in parameter lists and removed the %val
and %out directives. This result of this change is that SWIG does a lot less manipulation of types before they are given to language modules. It also means that a lot of stuff is going to be broken for a short period of time. I am working on cleaning all of this up so give me a few days to sort it out. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@588 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
bb715e08c1
commit
22662ce490
11 changed files with 40 additions and 121 deletions
|
|
@ -2,7 +2,7 @@
|
|||
/* SWIG version information */
|
||||
|
||||
#ifndef SWIG_VERSION
|
||||
#define SWIG_VERSION "1.3u-20000705-2008"
|
||||
#define SWIG_VERSION "1.3u-20000712-1502"
|
||||
#endif
|
||||
|
||||
#ifndef SWIG_SPIN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue