fix problem introduced by notmatch, extra not
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8367 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e883ef6a67
commit
985201ddec
2 changed files with 24 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue