git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-maciekd@11189 626c5289-ae23-0410-ae9c-e8d60b6d4f22
4 lines
102 B
OpenEdge ABL
4 lines
102 B
OpenEdge ABL
%include <std_except.i>
|
|
|
|
%apply size_t { std::size_t };
|
|
%apply const size_t& { const std::size_t & };
|