*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4419 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-02-27 19:37:29 +00:00
commit cba4b57a64
3 changed files with 12 additions and 1 deletions

View file

@ -1,4 +1,6 @@
%module cast_operator
%rename(tochar) A::operator char*() const;
%inline %{
struct A
{