const size_t& typemaps added

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9457 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-10-17 21:43:40 +00:00
commit ff75eef478
4 changed files with 4 additions and 0 deletions

View file

@ -1185,6 +1185,7 @@ SWIG_PROXY_CONSTRUCTOR(true, true, SWIGTYPE)
/* Some ANSI C typemaps */
%apply unsigned long { size_t };
%apply const unsigned long & { const size_t & };
/* java keywords */
%include <javakw.swg>