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:
Dave Beazley 2000-07-20 20:26:17 +00:00
commit 22662ce490
11 changed files with 40 additions and 121 deletions

View file

@ -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