fix problem introduced by notmatch, extra not

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8367 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-11 01:02:57 +00:00
commit 537f3f7682
2 changed files with 24 additions and 2 deletions

View file

@ -1,5 +1,14 @@
%module rename_camel
%rename("%(utitle)s",match="cdecl") "";
%inline {
struct GeometryFactory
{
void createPointFromInternalCoord(int);
};
}
%define SedCmd "%(command:sed -e 's/\([a-z]\)/\U\\1/' -e 's/\(_\)\([a-z]\)/\U\\2/g' <<<)s" %enddef
@ -40,3 +49,5 @@
int foo(int);
}