process protected/private bases
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6736 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7ab02d3a54
commit
5c273fc110
5 changed files with 119 additions and 83 deletions
|
|
@ -96,8 +96,6 @@ void cparse_normalize_void(Node *n) {
|
|||
|
||||
int need_protected(Node* n, int dirprot_mode)
|
||||
{
|
||||
if (!(Swig_need_protected() || dirprot_mode)) return 0;
|
||||
|
||||
/* First, 'n' looks like a function */
|
||||
if ((Strcmp(nodeType(n),"cdecl") == 0) &&
|
||||
SwigType_isfunction(Getattr(n,"decl"))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue